Html Css Color HEX #31566A Chathams Blue

📋 copy color: '#31566A'

red 49 ◦ green 86 ◦ blue 106

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

Shades of Chathams Blue #31566A

Tints of Chathams Blue #31566A

RGB

 RED value IS 49 (19.53% from 255) = 20.33%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 20.33%
G = 35.68%
B = 43.98%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31566A (or 0x31566A) is known color: Chathams Blue. HEX triplet: 31, 56 and 6A. RGB value is (49,86,106). Sum of RGB (Red+Green+Blue) = 49+86+106=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #31566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31566A is #CEA995. Grayscale: #4D4D4D. Windows color (decimal): -13543830 or 6968881. OLE color: 6968881.

HSL color Cylindrical-coordinate representation of color #31566A: hue angle of 201.05º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31566A is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 86 106 -
CMYK 0.54 0.19 0 0.58
HSL 201.05º 0.37% 0.3% -
HSV(B) 201.05º 0.54% 0.42% -
XYZ 7.2 8.35 14.87 -
YUV 77.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 49 86 106 0.54 0.19 0 0.58 201.05 0.37 0.3
Hex 31 56 6A 36 13 0 3A C9 25 1E
Octal 61 126 152 66 23 0 72 311 45 36
Binary 110001 1010110 1101010 110110 10011 0 111010 11001001 100101 11110

Color Harmonies of #31566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31566A

Black with #31566A

Text Example


Text Example

White with #31566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,86,106); }

 H1.HeaderClassName
 {
   color: #31566A;
 }
 .AnyTagClassName
 {
   color: #31566A;
 }
</style>

background-color css

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

 a { background-color: rgb(49,86,106); }

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

border-color css

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

 span { border-color: rgb(49,86,106); }

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