#304E54

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

Shades of Dark Slate Grey #304E54

Tints of Dark Slate Grey #304E54

Color information

#304E54 (or 0x304E54) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4E and 54. RGB value is (48,78,84). Sum of RGB (Red+Green+Blue) = 48+78+84=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #304E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E54 is #CFB1AB. Grayscale: #454545. Windows color (decimal): -13611436 or 5525040. OLE color: 5525040.

HSL color Cylindrical-coordinate representation of color #304E54: hue angle of 190º 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 #304E54 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487884-
CMYK0.430.0700.67
HSL190º27.27%25.88%-
HSV(B)190º42.86%32.94%-
XYZ5.546.729.39-
YUV69.71136.06112.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 84 (33.20% from 255) = 40%
R=22.86%
G=37.14%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4878840.430.0700.6719027.2725.88
Hex304E542B7043be1b1a
Octal6011612453701032763332
Binary1100001001110101010010101111101000011101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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