#35609A

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

Shades of Mariner #35609A

Tints of Mariner #35609A

Color information

#35609A (or 0x35609A) is unknown color: approx Mariner. HEX triplet: 35, 60 and 9A. RGB value is (53,96,154). Sum of RGB (Red+Green+Blue) = 53+96+154=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #35609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35609A is #CA9F65. Grayscale: #595959. Windows color (decimal): -13279078 or 10117173. OLE color: 10117173.

HSL color Cylindrical-coordinate representation of color #35609A: hue angle of 214.46º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35609A is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5396154-
CMYK0.660.3800.40
HSL214.46º48.79%40.59%-
HSV(B)214.46º65.58%60.39%-
XYZ11.4811.4632.18-
YUV89.76164.25101.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=17.49%
G=31.68%
B=50.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53961540.660.3800.40214.4648.7940.59
Hex35609A4226028d63129
Octal65140232102460503266151
Binary1101011100000100110101000010100110010100011010110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35609A; }

 p { color: rgb(53,96,154); }

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

<style>
 a { background-color: #35609A; }

 a { background-color: rgb(53,96,154); }

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

<style>
 span { border-color: #35609A; }

 span { border-color: rgb(53,96,154); }

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