#2B596F

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

Shades of Chathams Blue #2B596F

Tints of Chathams Blue #2B596F

Color information

#2B596F (or 0x2B596F) is unknown color: approx Chathams Blue. HEX triplet: 2B, 59 and 6F. RGB value is (43,89,111). Sum of RGB (Red+Green+Blue) = 43+89+111=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B596F is #D4A690. Grayscale: #4D4D4D. Windows color (decimal): -13936273 or 7297323. OLE color: 7297323.

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

Color convert

RGB4389111-
CMYK0.610.2000.56
HSL199.41º44.16%30.2%-
HSV(B)199.41º61.26%43.53%-
XYZ7.448.8116.35-
YUV77.75146.76103.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=17.70%
G=36.63%
B=45.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43891110.610.2000.56199.4144.1630.2
Hex2B596F3D14038c72c1e
Octal5313115775240703075436
Binary101011101100111011111111011010001110001100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,111); }

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

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

 a { background-color: rgb(43,89,111); }

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

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

 span { border-color: rgb(43,89,111); }

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