Html Css Color HEX #31556C Chathams Blue

📋 copy color: '#31556C'

red 49 ◦ green 85 ◦ blue 108

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

Shades of Chathams Blue #31556C

Tints of Chathams Blue #31556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 20.25%
G = 35.12%
B = 44.63%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31556C (or 0x31556C) is known color: Chathams Blue. HEX triplet: 31, 55 and 6C. RGB value is (49,85,108). Sum of RGB (Red+Green+Blue) = 49+85+108=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #31556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31556C is #CEAA93. Grayscale: #4C4C4C. Windows color (decimal): -13544084 or 7099697. OLE color: 7099697.

HSL color Cylindrical-coordinate representation of color #31556C: hue angle of 203.39º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31556C is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 85 108 -
CMYK 0.55 0.21 0 0.58
HSL 203.39º 0.38% 0.31% -
HSV(B) 203.39º 0.55% 0.42% -
XYZ 7.22 8.23 15.4 -
YUV 76.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 49 85 108 0.55 0.21 0 0.58 203.39 0.38 0.31
Hex 31 55 6C 37 15 0 3A CB 26 1F
Octal 61 125 154 67 25 0 72 313 46 37
Binary 110001 1010101 1101100 110111 10101 0 111010 11001011 100110 11111

Color Harmonies of #31556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31556C

Black with #31556C

Text Example


Text Example

White with #31556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31556C; }

 p { color: rgb(49,85,108); }

 H1.HeaderClassName
 {
   color: #31556C;
 }
 .AnyTagClassName
 {
   color: #31556C;
 }
</style>

background-color css

<style>
 a { background-color: #31556C; }

 a { background-color: rgb(49,85,108); }

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

border-color css

<style>
 span { border-color: #31556C; }

 span { border-color: rgb(49,85,108); }

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