#2E424D

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

Shades of Big Stone #2E424D

Tints of Big Stone #2E424D

Color information

#2E424D (or 0x2E424D) is unknown color: approx Big Stone. HEX triplet: 2E, 42 and 4D. RGB value is (46,66,77). Sum of RGB (Red+Green+Blue) = 46+66+77=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E424D is #D1BDB2. Grayscale: #3D3D3D. Windows color (decimal): -13745587 or 5063214. OLE color: 5063214.

HSL color Cylindrical-coordinate representation of color #2E424D: hue angle of 201.29º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E424D is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB466677-
CMYK0.400.1400.70
HSL201.29º25.2%24.12%-
HSV(B)201.29º40.26%30.2%-
XYZ4.415.017.76-
YUV61.27136.87117.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.34%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=24.34%
G=34.92%
B=40.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4666770.400.1400.70201.2925.224.12
Hex2E424D28E046c91918
Octal56102115501601063113130
Binary10111010000101001101101000111001000110110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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