#35569B

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

Shades of Mariner #35569B

Tints of Mariner #35569B

Color information

#35569B (or 0x35569B) is unknown color: approx Mariner. HEX triplet: 35, 56 and 9B. RGB value is (53,86,155). Sum of RGB (Red+Green+Blue) = 53+86+155=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #35569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35569B is #CAA964. Grayscale: #535353. Windows color (decimal): -13281637 or 10180149. OLE color: 10180149.

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

Color convert

RGB5386155-
CMYK0.660.4500.39
HSL220.59º49.04%40.78%-
HSV(B)220.59º65.81%60.78%-
XYZ10.719.7832.33-
YUV84168.07105.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=18.03%
G=29.25%
B=52.72%

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
Decimal53861550.660.4500.39220.5949.0440.78
Hex35569B422D027dd3129
Octal65126233102550473356151
Binary1101011010110100110111000010101101010011111011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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