#2B586A

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

Shades of Chathams Blue #2B586A

Tints of Chathams Blue #2B586A

Color information

#2B586A (or 0x2B586A) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 6A. RGB value is (43,88,106). Sum of RGB (Red+Green+Blue) = 43+88+106=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B586A is #D4A795. Grayscale: #4C4C4C. Windows color (decimal): -13936534 or 6969387. OLE color: 6969387.

HSL color Cylindrical-coordinate representation of color #2B586A: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B586A is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4388106-
CMYK0.590.1700.58
HSL197.14º42.28%29.22%-
HSV(B)197.14º59.43%41.57%-
XYZ7.098.5314.91-
YUV76.6144.59104.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=18.14%
G=37.13%
B=44.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43881060.590.1700.58197.1442.2829.22
Hex2B586A3B1103Ac52a1d
Octal5313015273210723055235
Binary101011101100011010101110111000101110101100010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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