#2D566B

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

Shades of Chathams Blue #2D566B

Tints of Chathams Blue #2D566B

Color information

#2D566B (or 0x2D566B) is unknown color: approx Chathams Blue. HEX triplet: 2D, 56 and 6B. RGB value is (45,86,107). Sum of RGB (Red+Green+Blue) = 45+86+107=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D566B is #D2A994. Grayscale: #4C4C4C. Windows color (decimal): -13805973 or 7034413. OLE color: 7034413.

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

Color convert

RGB4586107-
CMYK0.580.2000.58
HSL200.32º40.79%29.8%-
HSV(B)200.32º57.94%41.96%-
XYZ7.068.2815.13-
YUV76.13145.42105.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=18.91%
G=36.13%
B=44.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45861070.580.2000.58200.3240.7929.8
Hex2D566B3A1403Ac8291e
Octal5512615372240723105136
Binary101101101011011010111110101010001110101100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,107); }

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

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

 a { background-color: rgb(45,86,107); }

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

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

 span { border-color: rgb(45,86,107); }

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