#2C566D

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

Shades of Chathams Blue #2C566D

Tints of Chathams Blue #2C566D

Color information

#2C566D (or 0x2C566D) is unknown color: approx Chathams Blue. HEX triplet: 2C, 56 and 6D. RGB value is (44,86,109). Sum of RGB (Red+Green+Blue) = 44+86+109=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C566D is #D3A992. Grayscale: #4B4B4B. Windows color (decimal): -13871507 or 7165484. OLE color: 7165484.

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

Color convert

RGB4486109-
CMYK0.600.2100.57
HSL201.23º42.48%30%-
HSV(B)201.23º59.63%42.75%-
XYZ7.138.315.69-
YUV76.06146.59105.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=18.41%
G=35.98%
B=45.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44861090.600.2100.57201.2342.4830
Hex2C566D3C15039c92a1e
Octal5412615574250713115236
Binary101100101011011011011111001010101110011100100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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