#2E4249

Color #2E4249 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #2E4249

Tints of Big Stone #2E4249

Color information

#2E4249 (or 0x2E4249) is unknown color: approx Big Stone. HEX triplet: 2E, 42 and 49. RGB value is (46,66,73). Sum of RGB (Red+Green+Blue) = 46+66+73=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4249 is #D1BDB6. Grayscale: #3C3C3C. Windows color (decimal): -13745591 or 4801070. OLE color: 4801070.

HSL color Cylindrical-coordinate representation of color #2E4249: hue angle of 195.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4249 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB466673-
CMYK0.370.1000.71
HSL195.56º22.69%23.33%-
HSV(B)195.56º36.99%28.63%-
XYZ4.284.967.03-
YUV60.82134.87117.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=24.86%
G=35.68%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4666730.370.1000.71195.5622.6923.33
Hex2E424925A047c41717
Octal56102111451201073042727
Binary10111010000101001001100101101001000111110001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,66,73); }

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

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

 a { background-color: rgb(46,66,73); }

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

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

 span { border-color: rgb(46,66,73); }

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