#2F404C

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

Shades of Big Stone #2F404C

Tints of Big Stone #2F404C

Color information

#2F404C (or 0x2F404C) is unknown color: approx Big Stone. HEX triplet: 2F, 40 and 4C. RGB value is (47,64,76). Sum of RGB (Red+Green+Blue) = 47+64+76=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 64 (25.39% from 255 or 34.22% 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 #2F404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F404C is #D0BFB3. Grayscale: #3C3C3C. Windows color (decimal): -13680564 or 4997167. OLE color: 4997167.

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

Color convert

RGB476476-
CMYK0.380.1600.70
HSL204.83º23.58%24.12%-
HSV(B)204.83º38.16%29.8%-
XYZ4.314.797.54-
YUV60.28136.87118.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=25.13%
G=34.22%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4764760.380.1600.70204.8323.5824.12
Hex2F404C2610046cd1818
Octal57100114462001063153030
Binary101111100000010011001001101000001000110110011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,76); }

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

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

 a { background-color: rgb(47,64,76); }

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

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

 span { border-color: rgb(47,64,76); }

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