#35559B

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

Shades of Mariner #35559B

Tints of Mariner #35559B

Color information

#35559B (or 0x35559B) is unknown color: approx Mariner. HEX triplet: 35, 55 and 9B. RGB value is (53,85,155). Sum of RGB (Red+Green+Blue) = 53+85+155=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #35559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35559B is #CAAA64. Grayscale: #535353. Windows color (decimal): -13281893 or 10179893. OLE color: 10179893.

HSL color Cylindrical-coordinate representation of color #35559B: hue angle of 221.18º 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 #35559B is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5385155-
CMYK0.660.4500.39
HSL221.18º49.04%40.78%-
HSV(B)221.18º65.81%60.78%-
XYZ10.639.6232.31-
YUV83.41168.4106.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=18.09%
G=29.01%
B=52.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53851550.660.4500.39221.1849.0440.78
Hex35559B422D027dd3129
Octal65125233102550473356151
Binary1101011010101100110111000010101101010011111011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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