Html Css Color HEX #31546B Chathams Blue

📋 copy color: '#31546B'

red 49 ◦ green 84 ◦ blue 107

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

Shades of Chathams Blue #31546B

Tints of Chathams Blue #31546B

RGB

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

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

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

R = 20.42%
G = 35%
B = 44.58%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31546B (or 0x31546B) is known color: Chathams Blue. HEX triplet: 31, 54 and 6B. RGB value is (49,84,107). Sum of RGB (Red+Green+Blue) = 49+84+107=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #31546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31546B is #CEAB94. Grayscale: #4C4C4C. Windows color (decimal): -13544341 or 7033905. OLE color: 7033905.

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

Color convert

RGB 49 84 107 -
CMYK 0.54 0.21 0 0.58
HSL 203.79º 0.37% 0.31% -
HSV(B) 203.79º 0.54% 0.42% -
XYZ 7.09 8.06 15.09 -
YUV 76.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 49 84 107 0.54 0.21 0 0.58 203.79 0.37 0.31
Hex 31 54 6B 36 15 0 3A CC 25 1F
Octal 61 124 153 66 25 0 72 314 45 37
Binary 110001 1010100 1101011 110110 10101 0 111010 11001100 100101 11111

Color Harmonies of #31546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31546B

Black with #31546B

Text Example


Text Example

White with #31546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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