#35589D

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

Shades of Mariner #35589D

Tints of Mariner #35589D

Color information

#35589D (or 0x35589D) is unknown color: approx Mariner. HEX triplet: 35, 58 and 9D. RGB value is (53,88,157). Sum of RGB (Red+Green+Blue) = 53+88+157=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #35589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589D is #CAA762. Grayscale: #555555. Windows color (decimal): -13281123 or 10311733. OLE color: 10311733.

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

Color convert

RGB5388157-
CMYK0.660.4400.38
HSL219.81º49.52%41.18%-
HSV(B)219.81º66.24%61.57%-
XYZ11.0410.1733.28-
YUV85.4168.4104.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=17.79%
G=29.53%
B=52.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53881570.660.4400.38219.8149.5241.18
Hex35589D422C026dc3229
Octal65130235102540463346251
Binary1101011011000100111011000010101100010011011011100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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