#35589C

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

Shades of Mariner #35589C

Tints of Mariner #35589C

Color information

#35589C (or 0x35589C) is unknown color: approx Mariner. HEX triplet: 35, 58 and 9C. RGB value is (53,88,156). Sum of RGB (Red+Green+Blue) = 53+88+156=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #35589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589C is #CAA763. Grayscale: #545454. Windows color (decimal): -13281124 or 10246197. OLE color: 10246197.

HSL color Cylindrical-coordinate representation of color #35589C: hue angle of 219.61º 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 #35589C is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5388156-
CMYK0.660.4400.39
HSL219.61º49.28%40.98%-
HSV(B)219.61º66.03%61.18%-
XYZ10.9610.1432.83-
YUV85.29167.9104.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=17.85%
G=29.63%
B=52.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53881560.660.4400.39219.6149.2840.98
Hex35589C422C027dc3129
Octal65130234102540473346151
Binary1101011011000100111001000010101100010011111011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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