#35599A

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

Shades of Mariner #35599A

Tints of Mariner #35599A

Color information

#35599A (or 0x35599A) is unknown color: approx Mariner. HEX triplet: 35, 59 and 9A. RGB value is (53,89,154). Sum of RGB (Red+Green+Blue) = 53+89+154=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #35599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35599A is #CAA665. Grayscale: #555555. Windows color (decimal): -13280870 or 10115381. OLE color: 10115381.

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

Color convert

RGB5389154-
CMYK0.660.4200.40
HSL218.61º48.79%40.59%-
HSV(B)218.61º65.58%60.39%-
XYZ10.8710.2331.97-
YUV85.65166.57104.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=17.91%
G=30.07%
B=52.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53891540.660.4200.40218.6148.7940.59
Hex35599A422A028db3129
Octal65131232102520503336151
Binary1101011011001100110101000010101010010100011011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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