Html Css Color HEX #304A4D Dark Slate Grey

📋 copy color: '#304A4D'

red 48 ◦ green 74 ◦ blue 77

#304A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #304A4D

Tints of Dark Slate Grey #304A4D

RGB

 RED value IS 48 (19.14% from 255) = 24.12%

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 24.12%
G = 37.19%
B = 38.69%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#304A4D (or 0x304A4D) is known color: Dark Slate Grey. HEX triplet: 30, 4A and 4D. RGB value is (48,74,77). Sum of RGB (Red+Green+Blue) = 48+74+77=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #304A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A4D is #CFB5B2. Grayscale: #424242. Windows color (decimal): -13612467 or 5065264. OLE color: 5065264.

HSL color Cylindrical-coordinate representation of color #304A4D: hue angle of 186.21º 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 #304A4D is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 74 77 -
CMYK 0.38 0.04 0 0.70
HSL 186.21º 0.23% 0.25% -
HSV(B) 186.21º 0.38% 0.3% -
XYZ 5.01 6.06 7.93 -
YUV 66.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 48 74 77 0.38 0.04 0 0.70 186.21 0.23 0.25
Hex 30 4A 4D 26 4 0 46 BA 17 19
Octal 60 112 115 46 4 0 106 272 27 31
Binary 110000 1001010 1001101 100110 100 0 1000110 10111010 10111 11001

Color Harmonies of #304A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A4D

Black with #304A4D

Text Example


Text Example

White with #304A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #304A4D;
 }
 .AnyTagClassName
 {
   color: #304A4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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