#304B4D

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

Shades of Dark Slate Grey #304B4D

Tints of Dark Slate Grey #304B4D

Color information

#304B4D (or 0x304B4D) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4B and 4D. RGB value is (48,75,77). Sum of RGB (Red+Green+Blue) = 48+75+77=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #304B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B4D is #CFB4B2. Grayscale: #434343. Windows color (decimal): -13612211 or 5065520. OLE color: 5065520.

HSL color Cylindrical-coordinate representation of color #304B4D: hue angle of 184.14º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304B4D is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487577-
CMYK0.380.0300.70
HSL184.14º23.2%24.51%-
HSV(B)184.14º37.66%30.2%-
XYZ5.076.27.95-
YUV67.16133.55114.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=24%
G=37.5%
B=38.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4875770.380.0300.70184.1423.224.51
Hex304B4D263046b81719
Octal6011311546301062702731
Binary110000100101110011011001101101000110101110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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