#2E414C

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

Shades of Big Stone #2E414C

Tints of Big Stone #2E414C

Color information

#2E414C (or 0x2E414C) is unknown color: approx Big Stone. HEX triplet: 2E, 41 and 4C. RGB value is (46,65,76). Sum of RGB (Red+Green+Blue) = 46+65+76=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E414C is #D1BEB3. Grayscale: #3C3C3C. Windows color (decimal): -13745844 or 4997422. OLE color: 4997422.

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

Color convert

RGB466576-
CMYK0.390.1400.70
HSL202º24.59%23.92%-
HSV(B)202º39.47%29.8%-
XYZ4.324.887.55-
YUV60.57136.71117.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=24.60%
G=34.76%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4665760.390.1400.7020224.5923.92
Hex2E414C27E046ca1918
Octal56101114471601063123130
Binary10111010000011001100100111111001000110110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,76); }

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

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

 a { background-color: rgb(46,65,76); }

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

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

 span { border-color: rgb(46,65,76); }

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