Html Css Color HEX #304E50 Dark Slate Grey

📋 copy color: '#304E50'

red 48 ◦ green 78 ◦ blue 80

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

Shades of Dark Slate Grey #304E50

Tints of Dark Slate Grey #304E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 23.3%
G = 37.86%
B = 38.83%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304E50 (or 0x304E50) is known color: Dark Slate Grey. HEX triplet: 30, 4E and 50. RGB value is (48,78,80). Sum of RGB (Red+Green+Blue) = 48+78+80=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #304E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E50 is #CFB1AF. Grayscale: #454545. Windows color (decimal): -13611440 or 5262896. OLE color: 5262896.

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

Color convert

RGB 48 78 80 -
CMYK 0.40 0.02 0 0.69
HSL 183.75º 0.25% 0.25% -
HSV(B) 183.75º 0.4% 0.31% -
XYZ 5.39 6.66 8.59 -
YUV 69.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 48 78 80 0.40 0.02 0 0.69 183.75 0.25 0.25
Hex 30 4E 50 28 2 0 45 B8 19 19
Octal 60 116 120 50 2 0 105 270 31 31
Binary 110000 1001110 1010000 101000 10 0 1000101 10111000 11001 11001

Color Harmonies of #304E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E50

Black with #304E50

Text Example


Text Example

White with #304E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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