#2B566D

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

Shades of Chathams Blue #2B566D

Tints of Chathams Blue #2B566D

Color information

#2B566D (or 0x2B566D) is unknown color: approx Chathams Blue. HEX triplet: 2B, 56 and 6D. RGB value is (43,86,109). Sum of RGB (Red+Green+Blue) = 43+86+109=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B566D is #D4A992. Grayscale: #4B4B4B. Windows color (decimal): -13937043 or 7165483. OLE color: 7165483.

HSL color Cylindrical-coordinate representation of color #2B566D: hue angle of 200.91º degrees, saturation: 0.43, 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 #2B566D is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4386109-
CMYK0.610.2100.57
HSL200.91º43.42%29.8%-
HSV(B)200.91º60.55%42.75%-
XYZ7.088.2715.69-
YUV75.76146.75104.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=18.07%
G=36.13%
B=45.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43861090.610.2100.57200.9143.4229.8
Hex2B566D3D15039c92b1e
Octal5312615575250713115336
Binary101011101011011011011111011010101110011100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,109); }

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

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

 a { background-color: rgb(43,86,109); }

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

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

 span { border-color: rgb(43,86,109); }

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