Html Css Color HEX #31516A Chathams Blue

📋 copy color: '#31516A'

red 49 ◦ green 81 ◦ blue 106

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

Shades of Chathams Blue #31516A

Tints of Chathams Blue #31516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 20.76%
G = 34.32%
B = 44.92%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31516A (or 0x31516A) is known color: Chathams Blue. HEX triplet: 31, 51 and 6A. RGB value is (49,81,106). Sum of RGB (Red+Green+Blue) = 49+81+106=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #31516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31516A is #CEAE95. Grayscale: #4A4A4A. Windows color (decimal): -13545110 or 6967601. OLE color: 6967601.

HSL color Cylindrical-coordinate representation of color #31516A: hue angle of 206.32º 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 #31516A is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 81 106 -
CMYK 0.54 0.24 0 0.58
HSL 206.32º 0.37% 0.3% -
HSV(B) 206.32º 0.54% 0.42% -
XYZ 6.81 7.58 14.74 -
YUV 74.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 49 81 106 0.54 0.24 0 0.58 206.32 0.37 0.3
Hex 31 51 6A 36 18 0 3A CE 25 1E
Octal 61 121 152 66 30 0 72 316 45 36
Binary 110001 1010001 1101010 110110 11000 0 111010 11001110 100101 11110

Color Harmonies of #31516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31516A

Black with #31516A

Text Example


Text Example

White with #31516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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