#2B5772

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

Shades of Chathams Blue #2B5772

Tints of Chathams Blue #2B5772

Color information

#2B5772 (or 0x2B5772) is unknown color: approx Chathams Blue. HEX triplet: 2B, 57 and 72. RGB value is (43,87,114). Sum of RGB (Red+Green+Blue) = 43+87+114=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5772 is #D4A88D. Grayscale: #4C4C4C. Windows color (decimal): -13936782 or 7493419. OLE color: 7493419.

HSL color Cylindrical-coordinate representation of color #2B5772: hue angle of 202.82º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5772 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4387114-
CMYK0.620.2400.55
HSL202.82º45.22%30.78%-
HSV(B)202.82º62.28%44.71%-
XYZ7.448.5417.18-
YUV76.92148.92103.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=17.62%
G=35.66%
B=46.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43871140.620.2400.55202.8245.2230.78
Hex2B57723E18037cb2d1f
Octal5312716276300673135537
Binary101011101011111100101111101100001101111100101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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