#2B5471

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

Shades of Chathams Blue #2B5471

Tints of Chathams Blue #2B5471

Color information

#2B5471 (or 0x2B5471) is unknown color: approx Chathams Blue. HEX triplet: 2B, 54 and 71. RGB value is (43,84,113). Sum of RGB (Red+Green+Blue) = 43+84+113=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5471 is #D4AB8E. Grayscale: #4A4A4A. Windows color (decimal): -13937551 or 7427115. OLE color: 7427115.

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

Color convert

RGB4384113-
CMYK0.620.2600.56
HSL204.86º44.87%30.59%-
HSV(B)204.86º61.95%44.31%-
XYZ7.158.0516.8-
YUV75.05149.42105.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=17.92%
G=35%
B=47.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43841130.620.2600.56204.8644.8730.59
Hex2B54713E1A038cd2d1f
Octal5312416176320703155537
Binary101011101010011100011111101101001110001100110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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