#2E556D

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

Shades of Chathams Blue #2E556D

Tints of Chathams Blue #2E556D

Color information

#2E556D (or 0x2E556D) is unknown color: approx Chathams Blue. HEX triplet: 2E, 55 and 6D. RGB value is (46,85,109). Sum of RGB (Red+Green+Blue) = 46+85+109=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E556D is #D1AA92. Grayscale: #4B4B4B. Windows color (decimal): -13740691 or 7165230. OLE color: 7165230.

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

Color convert

RGB4685109-
CMYK0.580.2200.57
HSL202.86º40.65%30.39%-
HSV(B)202.86º57.8%42.75%-
XYZ7.148.1815.67-
YUV76.07146.58106.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=19.17%
G=35.42%
B=45.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46851090.580.2200.57202.8640.6530.39
Hex2E556D3A16039cb291e
Octal5612515572260713135136
Binary101110101010111011011110101011001110011100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,109); }

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

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

 a { background-color: rgb(46,85,109); }

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

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

 span { border-color: rgb(46,85,109); }

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