#304147

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

Shades of Big Stone #304147

Tints of Big Stone #304147

Color information

#304147 (or 0x304147) is unknown color: approx Big Stone. HEX triplet: 30, 41 and 47. RGB value is (48,65,71). Sum of RGB (Red+Green+Blue) = 48+65+71=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #304147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304147 is #CFBEB8. Grayscale: #3C3C3C. Windows color (decimal): -13614777 or 4669744. OLE color: 4669744.

HSL color Cylindrical-coordinate representation of color #304147: hue angle of 195.65º 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 #304147 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB486571-
CMYK0.320.0800.72
HSL195.65º19.33%23.33%-
HSV(B)195.65º32.39%27.84%-
XYZ4.254.866.68-
YUV60.6133.87119.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=26.09%
G=35.33%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4865710.320.0800.72195.6519.3323.33
Hex304147208048c41317
Octal60101107401001103042327
Binary11000010000011000111100000100001001000110001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304147; }

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

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

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

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

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

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

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

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