Html Css Color HEX #31536A Chathams Blue

📋 copy color: '#31536A'

red 49 ◦ green 83 ◦ blue 106

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

Shades of Chathams Blue #31536A

Tints of Chathams Blue #31536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 20.59%
G = 34.87%
B = 44.54%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31536A (or 0x31536A) is known color: Chathams Blue. HEX triplet: 31, 53 and 6A. RGB value is (49,83,106). Sum of RGB (Red+Green+Blue) = 49+83+106=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #31536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31536A is #CEAC95. Grayscale: #4B4B4B. Windows color (decimal): -13544598 or 6968113. OLE color: 6968113.

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

Color convert

RGB 49 83 106 -
CMYK 0.54 0.22 0 0.58
HSL 204.21º 0.37% 0.3% -
HSV(B) 204.21º 0.54% 0.42% -
XYZ 6.96 7.88 14.79 -
YUV 75.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 49 83 106 0.54 0.22 0 0.58 204.21 0.37 0.3
Hex 31 53 6A 36 16 0 3A CC 25 1E
Octal 61 123 152 66 26 0 72 314 45 36
Binary 110001 1010011 1101010 110110 10110 0 111010 11001100 100101 11110

Color Harmonies of #31536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31536A

Black with #31536A

Text Example


Text Example

White with #31536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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