#2E546D

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

Shades of Chathams Blue #2E546D

Tints of Chathams Blue #2E546D

Color information

#2E546D (or 0x2E546D) is unknown color: approx Chathams Blue. HEX triplet: 2E, 54 and 6D. RGB value is (46,84,109). Sum of RGB (Red+Green+Blue) = 46+84+109=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 84 (33.20% from 255 or 35.15% 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 #2E546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E546D is #D1AB92. Grayscale: #4B4B4B. Windows color (decimal): -13740947 or 7164974. OLE color: 7164974.

HSL color Cylindrical-coordinate representation of color #2E546D: hue angle of 203.81º 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 #2E546D is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4684109-
CMYK0.580.2300.57
HSL203.81º40.65%30.39%-
HSV(B)203.81º57.8%42.75%-
XYZ7.068.0315.65-
YUV75.49146.91106.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=19.25%
G=35.15%
B=45.61%

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
Decimal46841090.580.2300.57203.8140.6530.39
Hex2E546D3A17039cc291e
Octal5612415572270713145136
Binary101110101010011011011110101011101110011100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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