#37569A

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

Shades of Mariner #37569A

Tints of Mariner #37569A

Color information

#37569A (or 0x37569A) is unknown color: approx Mariner. HEX triplet: 37, 56 and 9A. RGB value is (55,86,154). Sum of RGB (Red+Green+Blue) = 55+86+154=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #37569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37569A is #C8A965. Grayscale: #545454. Windows color (decimal): -13150566 or 10114615. OLE color: 10114615.

HSL color Cylindrical-coordinate representation of color #37569A: hue angle of 221.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37569A is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5586154-
CMYK0.640.4400.40
HSL221.21º47.37%40.98%-
HSV(B)221.21º64.29%60.39%-
XYZ10.749.831.9-
YUV84.48167.23106.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=18.64%
G=29.15%
B=52.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55861540.640.4400.40221.2147.3740.98
Hex37569A402C028dd2f29
Octal67126232100540503355751
Binary1101111010110100110101000000101100010100011011101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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