#304F50

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

Shades of Dark Slate Grey #304F50

Tints of Dark Slate Grey #304F50

Color information

#304F50 (or 0x304F50) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4F and 50. RGB value is (48,79,80). Sum of RGB (Red+Green+Blue) = 48+79+80=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #304F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F50 is #CFB0AF. Grayscale: #454545. Windows color (decimal): -13611184 or 5263152. OLE color: 5263152.

HSL color Cylindrical-coordinate representation of color #304F50: hue angle of 181.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304F50 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487980-
CMYK0.400.0100.69
HSL181.88º25%25.1%-
HSV(B)181.88º40%31.37%-
XYZ5.466.88.61-
YUV69.84133.73112.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=23.19%
G=38.16%
B=38.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879800.400.0100.69181.882525.1
Hex304F50281045b61919
Octal6011712050101052663131
Binary11000010011111010000101000101000101101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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