#31516A

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

Shades of Chathams Blue #31516A

Tints of Chathams Blue #31516A

Color information

#31516A (or 0x31516A) is unknown color: approx Chathams Blue. HEX triplet: 31, 51 and 6A. RGB value is (49,81,106). Sum of RGB (Red+Green+Blue) = 49+81+106=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #31516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31516A is #CEAE95. Grayscale: #4A4A4A. Windows color (decimal): -13545110 or 6967601. OLE color: 6967601.

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

Color convert

RGB4981106-
CMYK0.540.2400.58
HSL206.32º36.77%30.39%-
HSV(B)206.32º53.77%41.57%-
XYZ6.817.5814.74-
YUV74.28145.9109.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=20.76%
G=34.32%
B=44.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49811060.540.2400.58206.3236.7730.39
Hex31516A361803Ace251e
Octal6112115266300723164536
Binary110001101000111010101101101100001110101100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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