#304F53

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

Shades of Dark Slate Grey #304F53

Tints of Dark Slate Grey #304F53

Color information

#304F53 (or 0x304F53) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4F and 53. RGB value is (48,79,83). Sum of RGB (Red+Green+Blue) = 48+79+83=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #304F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F53 is #CFB0AC. Grayscale: #464646. Windows color (decimal): -13611181 or 5459760. OLE color: 5459760.

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

Color convert

RGB487983-
CMYK0.420.0500.67
HSL186.86º26.72%25.69%-
HSV(B)186.86º42.17%32.55%-
XYZ5.586.849.21-
YUV70.19135.23112.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=22.86%
G=37.62%
B=39.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4879830.420.0500.67186.8626.7225.69
Hex304F532A5043bb1b1a
Octal6011712352501032733332
Binary1100001001111101001110101010101000011101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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