#35599C

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

Shades of Mariner #35599C

Tints of Mariner #35599C

Color information

#35599C (or 0x35599C) is unknown color: approx Mariner. HEX triplet: 35, 59 and 9C. RGB value is (53,89,156). Sum of RGB (Red+Green+Blue) = 53+89+156=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #35599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35599C is #CAA663. Grayscale: #555555. Windows color (decimal): -13280868 or 10246453. OLE color: 10246453.

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

Color convert

RGB5389156-
CMYK0.660.4300.39
HSL219.03º49.28%40.98%-
HSV(B)219.03º66.03%61.18%-
XYZ11.0410.332.86-
YUV85.87167.57104.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=17.79%
G=29.87%
B=52.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53891560.660.4300.39219.0349.2840.98
Hex35599C422B027db3129
Octal65131234102530473336151
Binary1101011011001100111001000010101011010011111011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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