#35589A

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

Shades of Mariner #35589A

Tints of Mariner #35589A

Color information

#35589A (or 0x35589A) is unknown color: approx Mariner. HEX triplet: 35, 58 and 9A. RGB value is (53,88,154). Sum of RGB (Red+Green+Blue) = 53+88+154=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #35589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589A is #CAA765. Grayscale: #545454. Windows color (decimal): -13281126 or 10115125. OLE color: 10115125.

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

Color convert

RGB5388154-
CMYK0.660.4300.40
HSL219.21º48.79%40.59%-
HSV(B)219.21º65.58%60.39%-
XYZ10.7910.0731.95-
YUV85.06166.9105.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=17.97%
G=29.83%
B=52.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53881540.660.4300.40219.2148.7940.59
Hex35589A422B028db3129
Octal65130232102530503336151
Binary1101011011000100110101000010101011010100011011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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