#2B5872

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

Shades of Chathams Blue #2B5872

Tints of Chathams Blue #2B5872

Color information

#2B5872 (or 0x2B5872) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 72. RGB value is (43,88,114). Sum of RGB (Red+Green+Blue) = 43+88+114=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5872 is #D4A78D. Grayscale: #4D4D4D. Windows color (decimal): -13936526 or 7493675. OLE color: 7493675.

HSL color Cylindrical-coordinate representation of color #2B5872: hue angle of 201.97º 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 #2B5872 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4388114-
CMYK0.620.2300.55
HSL201.97º45.22%30.78%-
HSV(B)201.97º62.28%44.71%-
XYZ7.528.7117.2-
YUV77.51148.59103.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=17.55%
G=35.92%
B=46.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43881140.620.2300.55201.9745.2230.78
Hex2B58723E17037ca2d1f
Octal5313016276270673125537
Binary101011101100011100101111101011101101111100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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