#304E53

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

Shades of Dark Slate Grey #304E53

Tints of Dark Slate Grey #304E53

Color information

#304E53 (or 0x304E53) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4E and 53. RGB value is (48,78,83). Sum of RGB (Red+Green+Blue) = 48+78+83=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #304E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E53 is #CFB1AC. Grayscale: #454545. Windows color (decimal): -13611437 or 5459504. OLE color: 5459504.

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

Color convert

RGB487883-
CMYK0.420.0600.67
HSL188.57º26.72%25.69%-
HSV(B)188.57º42.17%32.55%-
XYZ5.56.79.19-
YUV69.6135.56112.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=22.97%
G=37.32%
B=39.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4878830.420.0600.67188.5726.7225.69
Hex304E532A6043bd1b1a
Octal6011612352601032753332
Binary1100001001110101001110101011001000011101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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