#2E526E

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

Shades of Chathams Blue #2E526E

Tints of Chathams Blue #2E526E

Color information

#2E526E (or 0x2E526E) is unknown color: approx Chathams Blue. HEX triplet: 2E, 52 and 6E. RGB value is (46,82,110). Sum of RGB (Red+Green+Blue) = 46+82+110=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E526E is #D1AD91. Grayscale: #4A4A4A. Windows color (decimal): -13741458 or 7229998. OLE color: 7229998.

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

Color convert

RGB4682110-
CMYK0.580.2500.57
HSL206.25º41.03%30.59%-
HSV(B)206.25º58.18%43.14%-
XYZ6.967.7415.88-
YUV74.43148.07107.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=19.33%
G=34.45%
B=46.22%

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
Decimal46821100.580.2500.57206.2541.0330.59
Hex2E526E3A19039ce291f
Octal5612215672310713165137
Binary101110101001011011101110101100101110011100111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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