#35619E

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

Shades of Mariner #35619E

Tints of Mariner #35619E

Color information

#35619E (or 0x35619E) is unknown color: approx Mariner. HEX triplet: 35, 61 and 9E. RGB value is (53,97,158). Sum of RGB (Red+Green+Blue) = 53+97+158=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #35619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35619E is #CA9E61. Grayscale: #5A5A5A. Windows color (decimal): -13278818 or 10379573. OLE color: 10379573.

HSL color Cylindrical-coordinate representation of color #35619E: hue angle of 214.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35619E is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5397158-
CMYK0.660.3900.38
HSL214.86º49.76%41.37%-
HSV(B)214.86º66.46%61.96%-
XYZ11.9111.7733.99-
YUV90.8165.92101.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=17.21%
G=31.49%
B=51.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53971580.660.3900.38214.8649.7641.37
Hex35619E4227026d73229
Octal65141236102470463276251
Binary1101011100001100111101000010100111010011011010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35619E; }

 p { color: rgb(53,97,158); }

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

<style>
 a { background-color: #35619E; }

 a { background-color: rgb(53,97,158); }

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

<style>
 span { border-color: #35619E; }

 span { border-color: rgb(53,97,158); }

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