Html Css Color HEX #31536B Chathams Blue

📋 copy color: '#31536B'

red 49 ◦ green 83 ◦ blue 107

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

Shades of Chathams Blue #31536B

Tints of Chathams Blue #31536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 20.5%
G = 34.73%
B = 44.77%

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

#31536B (or 0x31536B) is known color: Chathams Blue. HEX triplet: 31, 53 and 6B. RGB value is (49,83,107). Sum of RGB (Red+Green+Blue) = 49+83+107=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #31536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31536B is #CEAC94. Grayscale: #4B4B4B. Windows color (decimal): -13544597 or 7033649. OLE color: 7033649.

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

Color convert

RGB 49 83 107 -
CMYK 0.54 0.22 0 0.58
HSL 204.83º 0.37% 0.31% -
HSV(B) 204.83º 0.54% 0.42% -
XYZ 7.01 7.9 15.07 -
YUV 75.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 49 83 107 0.54 0.22 0 0.58 204.83 0.37 0.31
Hex 31 53 6B 36 16 0 3A CD 25 1F
Octal 61 123 153 66 26 0 72 315 45 37
Binary 110001 1010011 1101011 110110 10110 0 111010 11001101 100101 11111

Color Harmonies of #31536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31536B

Black with #31536B

Text Example


Text Example

White with #31536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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