#2C4347

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

Shades of Big Stone #2C4347

Tints of Big Stone #2C4347

Color information

#2C4347 (or 0x2C4347) is unknown color: approx Big Stone. HEX triplet: 2C, 43 and 47. RGB value is (44,67,71). Sum of RGB (Red+Green+Blue) = 44+67+71=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C4347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4347 is #D3BCB8. Grayscale: #3C3C3C. Windows color (decimal): -13876409 or 4670252. OLE color: 4670252.

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

Color convert

RGB446771-
CMYK0.380.0600.72
HSL188.89º23.48%22.55%-
HSV(B)188.89º38.03%27.84%-
XYZ4.1856.71-
YUV60.58133.88116.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=24.18%
G=36.81%
B=39.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4467710.380.0600.72188.8923.4822.55
Hex2C4347266048bd1717
Octal5410310746601102752727
Binary1011001000011100011110011011001001000101111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,67,71); }

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

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

 a { background-color: rgb(44,67,71); }

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

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

 span { border-color: rgb(44,67,71); }

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