Html Css Color HEX #31576C Chathams Blue

📋 copy color: '#31576C'

red 49 ◦ green 87 ◦ blue 108

#31576C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #31576C

Tints of Chathams Blue #31576C

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 value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31576C (or 0x31576C) is known color: 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

RGB 49 87 108 -
CMYK 0.55 0.19 0 0.58
HSL 201.36º 0.38% 0.31% -
HSV(B) 201.36º 0.55% 0.42% -
XYZ 7.38 8.55 15.45 -
YUV 78.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 49 87 108 0.55 0.19 0 0.58 201.36 0.38 0.31
Hex 31 57 6C 37 13 0 3A C9 26 1F
Octal 61 127 154 67 23 0 72 311 46 37
Binary 110001 1010111 1101100 110111 10011 0 111010 11001001 100110 11111

Color Harmonies of #31576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31576C

Black with #31576C

Text Example


Text Example

White with #31576C

Text Example


Text Example

HTML Codes & Css Web 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>