#2E5564

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

Shades of Chathams Blue #2E5564

Tints of Chathams Blue #2E5564

Color information

#2E5564 (or 0x2E5564) is unknown color: approx Chathams Blue. HEX triplet: 2E, 55 and 64. RGB value is (46,85,100). Sum of RGB (Red+Green+Blue) = 46+85+100=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E5564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5564 is #D1AA9B. Grayscale: #4A4A4A. Windows color (decimal): -13740700 or 6575406. OLE color: 6575406.

HSL color Cylindrical-coordinate representation of color #2E5564: hue angle of 196.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5564 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4685100-
CMYK0.540.1500.61
HSL196.67º36.99%28.63%-
HSV(B)196.67º54%39.22%-
XYZ6.68813.25-
YUV75.05142.08107.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=19.91%
G=36.80%
B=43.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46851000.540.1500.61196.6736.9928.63
Hex2E556436F03Dc5251d
Octal5612514466170753054535
Binary10111010101011100100110110111101111011100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,100); }

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

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

 a { background-color: rgb(46,85,100); }

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

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

 span { border-color: rgb(46,85,100); }

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