#304348

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

Shades of Big Stone #304348

Tints of Big Stone #304348

Color information

#304348 (or 0x304348) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 48. RGB value is (48,67,72). Sum of RGB (Red+Green+Blue) = 48+67+72=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #304348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304348 is #CFBCB7. Grayscale: #3D3D3D. Windows color (decimal): -13614264 or 4735792. OLE color: 4735792.

HSL color Cylindrical-coordinate representation of color #304348: hue angle of 192.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304348 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB486772-
CMYK0.330.0700.72
HSL192.5º20%23.53%-
HSV(B)192.5º33.33%28.24%-
XYZ4.45.116.89-
YUV61.89133.71118.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=25.67%
G=35.83%
B=38.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4867720.330.0700.72192.52023.53
Hex304348217048c01418
Octal6010311041701103002430
Binary1100001000011100100010000111101001000110000001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304348; }

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

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

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

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

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

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

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

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