#304B50

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

Shades of Dark Slate Grey #304B50

Tints of Dark Slate Grey #304B50

Color information

#304B50 (or 0x304B50) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4B and 50. RGB value is (48,75,80). Sum of RGB (Red+Green+Blue) = 48+75+80=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #304B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B50 is #CFB4AF. Grayscale: #434343. Windows color (decimal): -13612208 or 5262128. OLE color: 5262128.

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

Color convert

RGB487580-
CMYK0.400.0600.69
HSL189.38º25%25.1%-
HSV(B)189.38º40%31.37%-
XYZ5.186.248.52-
YUV67.5135.05114.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=23.65%
G=36.95%
B=39.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4875800.400.0600.69189.382525.1
Hex304B50286045bd1919
Octal6011312050601052753131
Binary1100001001011101000010100011001000101101111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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