#31556A

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

Shades of Chathams Blue #31556A

Tints of Chathams Blue #31556A

Color information

#31556A (or 0x31556A) is unknown color: approx Chathams Blue. HEX triplet: 31, 55 and 6A. RGB value is (49,85,106). Sum of RGB (Red+Green+Blue) = 49+85+106=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #31556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31556A is #CEAA95. Grayscale: #4C4C4C. Windows color (decimal): -13544086 or 6968625. OLE color: 6968625.

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

Color convert

RGB4985106-
CMYK0.540.2000.58
HSL202.11º36.77%30.39%-
HSV(B)202.11º53.77%41.57%-
XYZ7.128.1914.84-
YUV76.63144.57108.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=20.42%
G=35.42%
B=44.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49851060.540.2000.58202.1136.7730.39
Hex31556A361403Aca251e
Octal6112515266240723124536
Binary110001101010111010101101101010001110101100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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