#2E5266

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

Shades of Chathams Blue #2E5266

Tints of Chathams Blue #2E5266

Color information

#2E5266 (or 0x2E5266) is unknown color: approx Chathams Blue. HEX triplet: 2E, 52 and 66. RGB value is (46,82,102). Sum of RGB (Red+Green+Blue) = 46+82+102=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5266 is #D1AD99. Grayscale: #494949. Windows color (decimal): -13741466 or 6705710. OLE color: 6705710.

HSL color Cylindrical-coordinate representation of color #2E5266: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5266 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4682102-
CMYK0.550.2000.6
HSL201.43º37.84%29.02%-
HSV(B)201.43º54.9%40%-
XYZ6.547.5713.69-
YUV73.52144.07108.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=20%
G=35.65%
B=44.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46821020.550.2000.6201.4337.8429.02
Hex2E5266371403Cc9261d
Octal5612214667240743114635
Binary101110101001011001101101111010001111001100100110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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