Html Css Color HEX #31536D Chathams Blue

📋 copy color: '#31536D'

red 49 ◦ green 83 ◦ blue 109

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

Shades of Chathams Blue #31536D

Tints of Chathams Blue #31536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 20.33%
G = 34.44%
B = 45.23%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31536D (or 0x31536D) is known color: Chathams Blue. HEX triplet: 31, 53 and 6D. RGB value is (49,83,109). Sum of RGB (Red+Green+Blue) = 49+83+109=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #31536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31536D is #CEAC92. Grayscale: #4B4B4B. Windows color (decimal): -13544595 or 7164721. OLE color: 7164721.

HSL color Cylindrical-coordinate representation of color #31536D: hue angle of 206º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31536D is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 83 109 -
CMYK 0.55 0.24 0 0.57
HSL 206º 0.38% 0.31% -
HSV(B) 206º 0.55% 0.43% -
XYZ 7.12 7.94 15.63 -
YUV 75.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 49 83 109 0.55 0.24 0 0.57 206 0.38 0.31
Hex 31 53 6D 37 18 0 39 CE 26 1F
Octal 61 123 155 67 30 0 71 316 46 37
Binary 110001 1010011 1101101 110111 11000 0 111001 11001110 100110 11111

Color Harmonies of #31536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31536D

Black with #31536D

Text Example


Text Example

White with #31536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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