Html Css Color HEX #31546D Chathams Blue

📋 copy color: '#31546D'

red 49 ◦ green 84 ◦ blue 109

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

Shades of Chathams Blue #31546D

Tints of Chathams Blue #31546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

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

R = 20.25%
G = 34.71%
B = 45.04%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31546D (or 0x31546D) is known color: Chathams Blue. HEX triplet: 31, 54 and 6D. RGB value is (49,84,109). Sum of RGB (Red+Green+Blue) = 49+84+109=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #31546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31546D is #CEAB92. Grayscale: #4C4C4C. Windows color (decimal): -13544339 or 7164977. OLE color: 7164977.

HSL color Cylindrical-coordinate representation of color #31546D: hue angle of 205º 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 #31546D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 84 109 -
CMYK 0.55 0.23 0 0.57
HSL 205º 0.38% 0.31% -
HSV(B) 205º 0.55% 0.43% -
XYZ 7.2 8.1 15.65 -
YUV 76.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 49 84 109 0.55 0.23 0 0.57 205 0.38 0.31
Hex 31 54 6D 37 17 0 39 CD 26 1F
Octal 61 124 155 67 27 0 71 315 46 37
Binary 110001 1010100 1101101 110111 10111 0 111001 11001101 100110 11111

Color Harmonies of #31546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31546D

Black with #31546D

Text Example


Text Example

White with #31546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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