#2E536D

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

Shades of Chathams Blue #2E536D

Tints of Chathams Blue #2E536D

Color information

#2E536D (or 0x2E536D) is unknown color: approx Chathams Blue. HEX triplet: 2E, 53 and 6D. RGB value is (46,83,109). Sum of RGB (Red+Green+Blue) = 46+83+109=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E536D is #D1AC92. Grayscale: #4A4A4A. Windows color (decimal): -13741203 or 7164718. OLE color: 7164718.

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

Color convert

RGB4683109-
CMYK0.580.2400.57
HSL204.76º40.65%30.39%-
HSV(B)204.76º57.8%42.75%-
XYZ6.987.8715.62-
YUV74.9147.24107.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=19.33%
G=34.87%
B=45.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46831090.580.2400.57204.7640.6530.39
Hex2E536D3A18039cd291e
Octal5612315572300713155136
Binary101110101001111011011110101100001110011100110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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