#304F54

Color #304F54 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #304F54

Tints of Dark Slate Grey #304F54

Color information

#304F54 (or 0x304F54) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4F and 54. RGB value is (48,79,84). Sum of RGB (Red+Green+Blue) = 48+79+84=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #304F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F54 is #CFB0AB. Grayscale: #464646. Windows color (decimal): -13611180 or 5525296. OLE color: 5525296.

HSL color Cylindrical-coordinate representation of color #304F54: hue angle of 188.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304F54 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487984-
CMYK0.430.0600.67
HSL188.33º27.27%25.88%-
HSV(B)188.33º42.86%32.94%-
XYZ5.626.869.42-
YUV70.3135.73112.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=22.75%
G=37.44%
B=39.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4879840.430.0600.67188.3327.2725.88
Hex304F542B6043bc1b1a
Octal6011712453601032743332
Binary1100001001111101010010101111001000011101111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304F54; }

 p { color: rgb(48,79,84); }

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

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

 a { background-color: rgb(48,79,84); }

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

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

 span { border-color: rgb(48,79,84); }

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