#2E536F

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

Shades of Chathams Blue #2E536F

Tints of Chathams Blue #2E536F

Color information

#2E536F (or 0x2E536F) is unknown color: approx Chathams Blue. HEX triplet: 2E, 53 and 6F. RGB value is (46,83,111). Sum of RGB (Red+Green+Blue) = 46+83+111=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E536F is #D1AC90. Grayscale: #4A4A4A. Windows color (decimal): -13741201 or 7295790. OLE color: 7295790.

HSL color Cylindrical-coordinate representation of color #2E536F: hue angle of 205.85º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E536F is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4683111-
CMYK0.590.2500.56
HSL205.85º41.4%30.78%-
HSV(B)205.85º58.56%43.53%-
XYZ7.097.9216.19-
YUV75.13148.24107.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=19.17%
G=34.58%
B=46.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46831110.590.2500.56205.8541.430.78
Hex2E536F3B19038ce291f
Octal5612315773310703165137
Binary101110101001111011111110111100101110001100111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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