#2B5B73

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

Shades of Chathams Blue #2B5B73

Tints of Chathams Blue #2B5B73

Color information

#2B5B73 (or 0x2B5B73) is unknown color: approx Chathams Blue. HEX triplet: 2B, 5B and 73. RGB value is (43,91,115). Sum of RGB (Red+Green+Blue) = 43+91+115=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5B73 is #D4A48C. Grayscale: #4F4F4F. Windows color (decimal): -13935757 or 7559979. OLE color: 7559979.

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

Color convert

RGB4391115-
CMYK0.630.2100.55
HSL200º45.57%30.98%-
HSV(B)200º62.61%45.1%-
XYZ7.839.2317.59-
YUV79.38148.1102.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=17.27%
G=36.55%
B=46.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43911150.630.2100.5520045.5730.98
Hex2B5B733F15037c82e1f
Octal5313316377250673105637
Binary101011101101111100111111111010101101111100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,115); }

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

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

 a { background-color: rgb(43,91,115); }

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

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

 span { border-color: rgb(43,91,115); }

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