#2E556E

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

Shades of Chathams Blue #2E556E

Tints of Chathams Blue #2E556E

Color information

#2E556E (or 0x2E556E) is unknown color: approx Chathams Blue. HEX triplet: 2E, 55 and 6E. RGB value is (46,85,110). Sum of RGB (Red+Green+Blue) = 46+85+110=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E556E is #D1AA91. Grayscale: #4C4C4C. Windows color (decimal): -13740690 or 7230766. OLE color: 7230766.

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

Color convert

RGB4685110-
CMYK0.580.2300.57
HSL203.44º41.03%30.59%-
HSV(B)203.44º58.18%43.14%-
XYZ7.198.215.96-
YUV76.19147.08106.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=19.09%
G=35.27%
B=45.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46851100.580.2300.57203.4441.0330.59
Hex2E556E3A17039cb291f
Octal5612515672270713135137
Binary101110101010111011101110101011101110011100101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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