#2E454D

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

Shades of Big Stone #2E454D

Tints of Big Stone #2E454D

Color information

#2E454D (or 0x2E454D) is unknown color: approx Big Stone. HEX triplet: 2E, 45 and 4D. RGB value is (46,69,77). Sum of RGB (Red+Green+Blue) = 46+69+77=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E454D is #D1BAB2. Grayscale: #3E3E3E. Windows color (decimal): -13744819 or 5063982. OLE color: 5063982.

HSL color Cylindrical-coordinate representation of color #2E454D: hue angle of 195.48º 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 #2E454D is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB466977-
CMYK0.400.1000.70
HSL195.48º25.2%24.12%-
HSV(B)195.48º40.26%30.2%-
XYZ4.595.377.82-
YUV63.04135.88115.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=23.96%
G=35.94%
B=40.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4669770.400.1000.70195.4825.224.12
Hex2E454D28A046c31918
Octal56105115501201063033130
Binary10111010001011001101101000101001000110110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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