#35619F

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

Shades of Mariner #35619F

Tints of Mariner #35619F

Color information

#35619F (or 0x35619F) is unknown color: approx Mariner. HEX triplet: 35, 61 and 9F. RGB value is (53,97,159). Sum of RGB (Red+Green+Blue) = 53+97+159=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #35619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35619F is #CA9E60. Grayscale: #5A5A5A. Windows color (decimal): -13278817 or 10445109. OLE color: 10445109.

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

Color convert

RGB5397159-
CMYK0.670.3900.38
HSL215.09º50%41.57%-
HSV(B)215.09º66.67%62.35%-
XYZ1211.8134.45-
YUV90.91166.42100.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=17.15%
G=31.39%
B=51.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53971590.670.3900.38215.095041.57
Hex35619F4327026d7322a
Octal65141237103470463276252
Binary1101011100001100111111000011100111010011011010111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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