#304347

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

Shades of Big Stone #304347

Tints of Big Stone #304347

Color information

#304347 (or 0x304347) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 47. RGB value is (48,67,71). Sum of RGB (Red+Green+Blue) = 48+67+71=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 67 (26.56% from 255 or 36.02% 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 #304347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304347 is #CFBCB8. Grayscale: #3D3D3D. Windows color (decimal): -13614265 or 4670256. OLE color: 4670256.

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

Color convert

RGB486771-
CMYK0.320.0600.72
HSL190.43º19.33%23.33%-
HSV(B)190.43º32.39%27.84%-
XYZ4.365.16.72-
YUV61.78133.21118.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=25.81%
G=36.02%
B=38.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4867710.320.0600.72190.4319.3323.33
Hex304347206048be1317
Octal6010310740601102762327
Binary1100001000011100011110000011001001000101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304347; }

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

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

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

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

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

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

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

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