#35569C

Color #35569C Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #35569C

Tints of Mariner #35569C

Color information

#35569C (or 0x35569C) is unknown color: approx Mariner. HEX triplet: 35, 56 and 9C. RGB value is (53,86,156). Sum of RGB (Red+Green+Blue) = 53+86+156=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #35569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35569C is #CAA963. Grayscale: #535353. Windows color (decimal): -13281636 or 10245685. OLE color: 10245685.

HSL color Cylindrical-coordinate representation of color #35569C: hue angle of 220.78º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35569C is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5386156-
CMYK0.660.4500.39
HSL220.78º49.28%40.98%-
HSV(B)220.78º66.03%61.18%-
XYZ10.89.8132.78-
YUV84.11168.57105.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=17.97%
G=29.15%
B=52.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53861560.660.4500.39220.7849.2840.98
Hex35569C422D027dd3129
Octal65126234102550473356151
Binary1101011010110100111001000010101101010011111011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35569C; }

 p { color: rgb(53,86,156); }

 H1.HeaderClassName
 {
   color: #35569C;
 }
 .AnyTagClassName
 {
   color: #35569C;
 }
</style>
background-color css

<style>
 a { background-color: #35569C; }

 a { background-color: rgb(53,86,156); }

 div.DivClassName
 {
   background-color: #35569C;
 }
 .BgClassName
 {
   background-color: #35569C;
 }
</style>
border-color css

<style>
 span { border-color: #35569C; }

 span { border-color: rgb(53,86,156); }

 td.TdClassName
 {
   border-color: #35569C;
 }
 .TagClassName
 {
   border-color: #35569C;
 }
</style>