#2E506C

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

Shades of Chathams Blue #2E506C

Tints of Chathams Blue #2E506C

Color information

#2E506C (or 0x2E506C) is unknown color: approx Chathams Blue. HEX triplet: 2E, 50 and 6C. RGB value is (46,80,108). Sum of RGB (Red+Green+Blue) = 46+80+108=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E506C is #D1AF93. Grayscale: #484848. Windows color (decimal): -13741972 or 7098414. OLE color: 7098414.

HSL color Cylindrical-coordinate representation of color #2E506C: hue angle of 207.1º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E506C is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4680108-
CMYK0.570.2600.58
HSL207.1º40.26%30.2%-
HSV(B)207.1º57.41%42.35%-
XYZ6.77.415.26-
YUV73.03147.74108.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=19.66%
G=34.19%
B=46.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46801080.570.2600.58207.140.2630.2
Hex2E506C391A03Acf281e
Octal5612015471320723175036
Binary101110101000011011001110011101001110101100111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,108); }

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

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

 a { background-color: rgb(46,80,108); }

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

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

 span { border-color: rgb(46,80,108); }

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