#2F444E

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

Shades of Big Stone #2F444E

Tints of Big Stone #2F444E

Color information

#2F444E (or 0x2F444E) is unknown color: approx Big Stone. HEX triplet: 2F, 44 and 4E. RGB value is (47,68,78). Sum of RGB (Red+Green+Blue) = 47+68+78=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F444E is #D0BBB1. Grayscale: #3E3E3E. Windows color (decimal): -13679538 or 5129263. OLE color: 5129263.

HSL color Cylindrical-coordinate representation of color #2F444E: hue angle of 199.35º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F444E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB476878-
CMYK0.400.1300.69
HSL199.35º24.8%24.51%-
HSV(B)199.35º39.74%30.59%-
XYZ4.615.297.99-
YUV62.86136.54116.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=24.35%
G=35.23%
B=40.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4768780.400.1300.69199.3524.824.51
Hex2F444E28D045c71919
Octal57104116501501053073131
Binary10111110001001001110101000110101000101110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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