#2E526D

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

Shades of Chathams Blue #2E526D

Tints of Chathams Blue #2E526D

Color information

#2E526D (or 0x2E526D) is unknown color: approx Chathams Blue. HEX triplet: 2E, 52 and 6D. RGB value is (46,82,109). Sum of RGB (Red+Green+Blue) = 46+82+109=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E526D is #D1AD92. Grayscale: #4A4A4A. Windows color (decimal): -13741459 or 7164462. OLE color: 7164462.

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

Color convert

RGB4682109-
CMYK0.580.2500.57
HSL205.71º40.65%30.39%-
HSV(B)205.71º57.8%42.75%-
XYZ6.97.7215.59-
YUV74.31147.57107.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=19.41%
G=34.60%
B=45.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46821090.580.2500.57205.7140.6530.39
Hex2E526D3A19039ce291e
Octal5612215572310713165136
Binary101110101001011011011110101100101110011100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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