#2F444D

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

Shades of Big Stone #2F444D

Tints of Big Stone #2F444D

Color information

#2F444D (or 0x2F444D) is unknown color: approx Big Stone. HEX triplet: 2F, 44 and 4D. RGB value is (47,68,77). Sum of RGB (Red+Green+Blue) = 47+68+77=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 68 (26.95% from 255 or 35.42% 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 #2F444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F444D is #D0BBB2. Grayscale: #3E3E3E. Windows color (decimal): -13679539 or 5063727. OLE color: 5063727.

HSL color Cylindrical-coordinate representation of color #2F444D: hue angle of 198º degrees, saturation: 0.24, 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 #2F444D is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB476877-
CMYK0.390.1200.70
HSL198º24.19%24.31%-
HSV(B)198º38.96%30.2%-
XYZ4.585.277.8-
YUV62.75136.04116.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=24.48%
G=35.42%
B=40.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4768770.390.1200.7019824.1924.31
Hex2F444D27C046c61818
Octal57104115471401063063030
Binary10111110001001001101100111110001000110110001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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