#35589B

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

Shades of Mariner #35589B

Tints of Mariner #35589B

Color information

#35589B (or 0x35589B) is unknown color: approx Mariner. HEX triplet: 35, 58 and 9B. RGB value is (53,88,155). Sum of RGB (Red+Green+Blue) = 53+88+155=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #35589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589B is #CAA764. Grayscale: #545454. Windows color (decimal): -13281125 or 10180661. OLE color: 10180661.

HSL color Cylindrical-coordinate representation of color #35589B: hue angle of 219.41º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35589B is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5388155-
CMYK0.660.4300.39
HSL219.41º49.04%40.78%-
HSV(B)219.41º65.81%60.78%-
XYZ10.8710.132.39-
YUV85.17167.4105.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=17.91%
G=29.73%
B=52.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53881550.660.4300.39219.4149.0440.78
Hex35589B422B027db3129
Octal65130233102530473336151
Binary1101011011000100110111000010101011010011111011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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