#304044

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

Shades of Big Stone #304044

Tints of Big Stone #304044

Color information

#304044 (or 0x304044) is unknown color: approx Big Stone. HEX triplet: 30, 40 and 44. RGB value is (48,64,68). Sum of RGB (Red+Green+Blue) = 48+64+68=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #304044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304044 is #CFBFBB. Grayscale: #3B3B3B. Windows color (decimal): -13615036 or 4472880. OLE color: 4472880.

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

Color convert

RGB486468-
CMYK0.290.0600.73
HSL192º17.24%22.75%-
HSV(B)192º29.41%26.67%-
XYZ4.14.716.16-
YUV59.67132.7119.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=26.67%
G=35.56%
B=37.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4864680.290.0600.7319217.2422.75
Hex3040441D6049c01117
Octal6010010435601113002127
Binary110000100000010001001110111001001001110000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304044; }

 p { color: rgb(48,64,68); }

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

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

 a { background-color: rgb(48,64,68); }

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

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

 span { border-color: rgb(48,64,68); }

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