#2E566B

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

Shades of Chathams Blue #2E566B

Tints of Chathams Blue #2E566B

Color information

#2E566B (or 0x2E566B) is unknown color: approx Chathams Blue. HEX triplet: 2E, 56 and 6B. RGB value is (46,86,107). Sum of RGB (Red+Green+Blue) = 46+86+107=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E566B is #D1A994. Grayscale: #4C4C4C. Windows color (decimal): -13740437 or 7034414. OLE color: 7034414.

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

Color convert

RGB4686107-
CMYK0.570.2000.58
HSL200.66º39.87%30%-
HSV(B)200.66º57.01%41.96%-
XYZ7.118.315.14-
YUV76.43145.25106.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=19.25%
G=35.98%
B=44.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46861070.570.2000.58200.6639.8730
Hex2E566B391403Ac9281e
Octal5612615371240723115036
Binary101110101011011010111110011010001110101100100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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