#31546C

Color #31546C Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #31546C

Tints of Chathams Blue #31546C

Color information

#31546C (or 0x31546C) is unknown color: approx Chathams Blue. HEX triplet: 31, 54 and 6C. RGB value is (49,84,108). Sum of RGB (Red+Green+Blue) = 49+84+108=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #31546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31546C is #CEAB93. Grayscale: #4C4C4C. Windows color (decimal): -13544340 or 7099441. OLE color: 7099441.

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

Color convert

RGB4984108-
CMYK0.550.2200.58
HSL204.41º37.58%30.78%-
HSV(B)204.41º54.63%42.35%-
XYZ7.148.0815.37-
YUV76.27145.9108.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=20.33%
G=34.85%
B=44.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49841080.550.2200.58204.4137.5830.78
Hex31546C371603Acc261f
Octal6112415467260723144637
Binary110001101010011011001101111011001110101100110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31546C;
 }
 .AnyTagClassName
 {
   color: #31546C;
 }
</style>
background-color css

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

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

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

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

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

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