#2B586C

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

Shades of Chathams Blue #2B586C

Tints of Chathams Blue #2B586C

Color information

#2B586C (or 0x2B586C) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 6C. RGB value is (43,88,108). Sum of RGB (Red+Green+Blue) = 43+88+108=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B586C is #D4A793. Grayscale: #4C4C4C. Windows color (decimal): -13936532 or 7100459. OLE color: 7100459.

HSL color Cylindrical-coordinate representation of color #2B586C: hue angle of 198.46º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B586C is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4388108-
CMYK0.600.1900.58
HSL198.46º43.05%29.61%-
HSV(B)198.46º60.19%42.35%-
XYZ7.198.5815.46-
YUV76.82145.59103.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=17.99%
G=36.82%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43881080.600.1900.58198.4643.0529.61
Hex2B586C3C1303Ac62b1e
Octal5313015474230723065336
Binary101011101100011011001111001001101110101100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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