#2E3C45

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

Shades of Big Stone #2E3C45

Tints of Big Stone #2E3C45

Color information

#2E3C45 (or 0x2E3C45) is unknown color: approx Big Stone. HEX triplet: 2E, 3C and 45. RGB value is (46,60,69). Sum of RGB (Red+Green+Blue) = 46+60+69=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E3C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C45 is #D1C3BA. Grayscale: #383838. Windows color (decimal): -13747131 or 4537390. OLE color: 4537390.

HSL color Cylindrical-coordinate representation of color #2E3C45: hue angle of 203.48º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3C45 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB466069-
CMYK0.330.1300.73
HSL203.48º20%22.55%-
HSV(B)203.48º33.33%27.06%-
XYZ3.824.246.25-
YUV56.84134.86120.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=26.29%
G=34.29%
B=39.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4660690.330.1300.73203.482022.55
Hex2E3C4521D049cb1417
Octal5674105411501113132427
Binary1011101111001000101100001110101001001110010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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