#2B576F

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

Shades of Chathams Blue #2B576F

Tints of Chathams Blue #2B576F

Color information

#2B576F (or 0x2B576F) is unknown color: approx Chathams Blue. HEX triplet: 2B, 57 and 6F. RGB value is (43,87,111). Sum of RGB (Red+Green+Blue) = 43+87+111=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B576F is #D4A890. Grayscale: #4C4C4C. Windows color (decimal): -13936785 or 7296811. OLE color: 7296811.

HSL color Cylindrical-coordinate representation of color #2B576F: hue angle of 201.18º 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 #2B576F is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4387111-
CMYK0.610.2200.56
HSL201.18º44.16%30.2%-
HSV(B)201.18º61.26%43.53%-
XYZ7.278.4816.29-
YUV76.58147.42104.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=17.84%
G=36.10%
B=46.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43871110.610.2200.56201.1844.1630.2
Hex2B576F3D16038c92c1e
Octal5312715775260703115436
Binary101011101011111011111111011011001110001100100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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