#2F4447

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

Shades of Big Stone #2F4447

Tints of Big Stone #2F4447

Color information

#2F4447 (or 0x2F4447) is unknown color: approx Big Stone. HEX triplet: 2F, 44 and 47. RGB value is (47,68,71). Sum of RGB (Red+Green+Blue) = 47+68+71=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4447 is #D0BBB8. Grayscale: #3E3E3E. Windows color (decimal): -13679545 or 4670511. OLE color: 4670511.

HSL color Cylindrical-coordinate representation of color #2F4447: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4447 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB476871-
CMYK0.340.0400.72
HSL187.5º20.34%23.14%-
HSV(B)187.5º33.8%27.84%-
XYZ4.385.196.73-
YUV62.06133.04117.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=25.27%
G=36.56%
B=38.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4768710.340.0400.72187.520.3423.14
Hex2F4447224048bb1417
Octal5710410742401102732427
Binary1011111000100100011110001010001001000101110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,71); }

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

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

 a { background-color: rgb(47,68,71); }

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

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

 span { border-color: rgb(47,68,71); }

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