#31576C

Color #31576C Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #31576C

Tints of Chathams Blue #31576C

Color information

#31576C (or 0x31576C) is unknown color: approx Chathams Blue. HEX triplet: 31, 57 and 6C. RGB value is (49,87,108). Sum of RGB (Red+Green+Blue) = 49+87+108=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #31576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31576C is #CEA893. Grayscale: #4D4D4D. Windows color (decimal): -13543572 or 7100209. OLE color: 7100209.

HSL color Cylindrical-coordinate representation of color #31576C: hue angle of 201.36º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31576C is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4987108-
CMYK0.550.1900.58
HSL201.36º37.58%30.78%-
HSV(B)201.36º54.63%42.35%-
XYZ7.388.5515.45-
YUV78.03144.91107.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=20.08%
G=35.66%
B=44.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49871080.550.1900.58201.3637.5830.78
Hex31576C371303Ac9261f
Octal6112715467230723114637
Binary110001101011111011001101111001101110101100100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31576C; }

 p { color: rgb(49,87,108); }

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

<style>
 a { background-color: #31576C; }

 a { background-color: rgb(49,87,108); }

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

<style>
 span { border-color: #31576C; }

 span { border-color: rgb(49,87,108); }

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