#2B586F

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

Shades of Chathams Blue #2B586F

Tints of Chathams Blue #2B586F

Color information

#2B586F (or 0x2B586F) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 6F. RGB value is (43,88,111). Sum of RGB (Red+Green+Blue) = 43+88+111=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B586F is #D4A790. Grayscale: #4D4D4D. Windows color (decimal): -13936529 or 7297067. OLE color: 7297067.

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

Color convert

RGB4388111-
CMYK0.610.2100.56
HSL200.29º44.16%30.2%-
HSV(B)200.29º61.26%43.53%-
XYZ7.368.6416.32-
YUV77.17147.09103.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.77%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=17.77%
G=36.36%
B=45.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43881110.610.2100.56200.2944.1630.2
Hex2B586F3D15038c82c1e
Octal5313015775250703105436
Binary101011101100011011111111011010101110001100100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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