#304C50

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

Shades of Dark Slate Grey #304C50

Tints of Dark Slate Grey #304C50

Color information

#304C50 (or 0x304C50) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4C and 50. RGB value is (48,76,80). Sum of RGB (Red+Green+Blue) = 48+76+80=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #304C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C50 is #CFB3AF. Grayscale: #444444. Windows color (decimal): -13611952 or 5262384. OLE color: 5262384.

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

Color convert

RGB487680-
CMYK0.400.0500.69
HSL187.5º25%25.1%-
HSV(B)187.5º40%31.37%-
XYZ5.256.388.54-
YUV68.08134.72113.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=23.53%
G=37.25%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4876800.400.0500.69187.52525.1
Hex304C50285045bc1919
Octal6011412050501052743131
Binary1100001001100101000010100010101000101101111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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