#2B586E

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

Shades of Chathams Blue #2B586E

Tints of Chathams Blue #2B586E

Color information

#2B586E (or 0x2B586E) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 6E. RGB value is (43,88,110). Sum of RGB (Red+Green+Blue) = 43+88+110=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B586E is #D4A791. Grayscale: #4C4C4C. Windows color (decimal): -13936530 or 7231531. OLE color: 7231531.

HSL color Cylindrical-coordinate representation of color #2B586E: hue angle of 199.7º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B586E is Cyan = 0.61, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4388110-
CMYK0.610.200.57
HSL199.7º43.79%30%-
HSV(B)199.7º60.91%43.14%-
XYZ7.38.6216.03-
YUV77.05146.59103.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=17.84%
G=36.51%
B=45.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43881100.610.200.57199.743.7930
Hex2B586E3D14039c82c1e
Octal5313015675240713105436
Binary101011101100011011101111011010001110011100100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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