#2E5971

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

Shades of Chathams Blue #2E5971

Tints of Chathams Blue #2E5971

Color information

#2E5971 (or 0x2E5971) is unknown color: approx Chathams Blue. HEX triplet: 2E, 59 and 71. RGB value is (46,89,113). Sum of RGB (Red+Green+Blue) = 46+89+113=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5971 is #D1A68E. Grayscale: #4E4E4E. Windows color (decimal): -13739663 or 7428398. OLE color: 7428398.

HSL color Cylindrical-coordinate representation of color #2E5971: hue angle of 201.49º degrees, saturation: 0.42, 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 #2E5971 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4689113-
CMYK0.590.2100.56
HSL201.49º42.14%31.18%-
HSV(B)201.49º59.29%44.31%-
XYZ7.688.9216.94-
YUV78.88147.25104.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=18.55%
G=35.89%
B=45.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46891130.590.2100.56201.4942.1431.18
Hex2E59713B15038c92a1f
Octal5613116173250703115237
Binary101110101100111100011110111010101110001100100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,89,113); }

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

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

 a { background-color: rgb(46,89,113); }

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

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

 span { border-color: rgb(46,89,113); }

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