#2B5871

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

Shades of Chathams Blue #2B5871

Tints of Chathams Blue #2B5871

Color information

#2B5871 (or 0x2B5871) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 71. RGB value is (43,88,113). Sum of RGB (Red+Green+Blue) = 43+88+113=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B5871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5871 is #D4A78E. Grayscale: #4D4D4D. Windows color (decimal): -13936527 or 7428139. OLE color: 7428139.

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

Color convert

RGB4388113-
CMYK0.620.2200.56
HSL201.43º44.87%30.59%-
HSV(B)201.43º61.95%44.31%-
XYZ7.478.6916.91-
YUV77.4148.09103.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=17.62%
G=36.07%
B=46.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43881130.620.2200.56201.4344.8730.59
Hex2B58713E16038c92d1f
Octal5313016176260703115537
Binary101011101100011100011111101011001110001100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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