#2A596D

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

Shades of Chathams Blue #2A596D

Tints of Chathams Blue #2A596D

Color information

#2A596D (or 0x2A596D) is unknown color: approx Chathams Blue. HEX triplet: 2A, 59 and 6D. RGB value is (42,89,109). Sum of RGB (Red+Green+Blue) = 42+89+109=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A596D is #D5A692. Grayscale: #4D4D4D. Windows color (decimal): -14001811 or 7166250. OLE color: 7166250.

HSL color Cylindrical-coordinate representation of color #2A596D: hue angle of 197.91º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A596D is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4289109-
CMYK0.610.1800.57
HSL197.91º44.37%29.61%-
HSV(B)197.91º61.47%42.75%-
XYZ7.298.7415.77-
YUV77.23145.93102.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=17.5%
G=37.08%
B=45.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42891090.610.1800.57197.9144.3729.61
Hex2A596D3D12039c62c1e
Octal5213115575220713065436
Binary101010101100111011011111011001001110011100011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A596D; }

 p { color: rgb(42,89,109); }

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

<style>
 a { background-color: #2A596D; }

 a { background-color: rgb(42,89,109); }

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

<style>
 span { border-color: #2A596D; }

 span { border-color: rgb(42,89,109); }

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