#2E4248

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

Shades of Big Stone #2E4248

Tints of Big Stone #2E4248

Color information

#2E4248 (or 0x2E4248) is unknown color: approx Big Stone. HEX triplet: 2E, 42 and 48. RGB value is (46,66,72). Sum of RGB (Red+Green+Blue) = 46+66+72=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E4248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4248 is #D1BDB7. Grayscale: #3C3C3C. Windows color (decimal): -13745592 or 4735534. OLE color: 4735534.

HSL color Cylindrical-coordinate representation of color #2E4248: hue angle of 193.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4248 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB466672-
CMYK0.360.0800.72
HSL193.85º22.03%23.14%-
HSV(B)193.85º36.11%28.24%-
XYZ4.244.956.86-
YUV60.7134.37117.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=25%
G=35.87%
B=39.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4666720.360.0800.72193.8522.0323.14
Hex2E4248248048c21617
Octal56102110441001103022627
Binary10111010000101001000100100100001001000110000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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