#35569A

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

Shades of Mariner #35569A

Tints of Mariner #35569A

Color information

#35569A (or 0x35569A) is unknown color: approx Mariner. HEX triplet: 35, 56 and 9A. RGB value is (53,86,154). Sum of RGB (Red+Green+Blue) = 53+86+154=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #35569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35569A is #CAA965. Grayscale: #535353. Windows color (decimal): -13281638 or 10114613. OLE color: 10114613.

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

Color convert

RGB5386154-
CMYK0.660.4400.40
HSL220.4º48.79%40.59%-
HSV(B)220.4º65.58%60.39%-
XYZ10.639.7531.89-
YUV83.88167.57105.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=18.09%
G=29.35%
B=52.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53861540.660.4400.40220.448.7940.59
Hex35569A422C028dc3129
Octal65126232102540503346151
Binary1101011010110100110101000010101100010100011011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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