#304346

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

Shades of Big Stone #304346

Tints of Big Stone #304346

Color information

#304346 (or 0x304346) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 46. RGB value is (48,67,70). Sum of RGB (Red+Green+Blue) = 48+67+70=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #304346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304346 is #CFBCB9. Grayscale: #3D3D3D. Windows color (decimal): -13614266 or 4604720. OLE color: 4604720.

HSL color Cylindrical-coordinate representation of color #304346: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304346 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486770-
CMYK0.310.0400.73
HSL188.18º18.64%23.14%-
HSV(B)188.18º31.43%27.45%-
XYZ4.335.086.55-
YUV61.66132.71118.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=25.95%
G=36.22%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4867700.310.0400.73188.1818.6423.14
Hex3043461F4049bc1317
Octal6010310637401112742327
Binary110000100001110001101111110001001001101111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304346; }

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

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

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

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

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

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

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

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