Html Css Color HEX #304F53 Dark Slate Grey

📋 copy color: '#304F53'

red 48 ◦ green 79 ◦ blue 83

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

Shades of Dark Slate Grey #304F53

Tints of Dark Slate Grey #304F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 22.86%
G = 37.62%
B = 39.52%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304F53 (or 0x304F53) is known color: Dark Slate Grey. HEX triplet: 30, 4F and 53. RGB value is (48,79,83). Sum of RGB (Red+Green+Blue) = 48+79+83=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #304F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F53 is #CFB0AC. Grayscale: #464646. Windows color (decimal): -13611181 or 5459760. OLE color: 5459760.

HSL color Cylindrical-coordinate representation of color #304F53: hue angle of 186.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304F53 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 79 83 -
CMYK 0.42 0.05 0 0.67
HSL 186.86º 0.27% 0.26% -
HSV(B) 186.86º 0.42% 0.33% -
XYZ 5.58 6.84 9.21 -
YUV 70.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 48 79 83 0.42 0.05 0 0.67 186.86 0.27 0.26
Hex 30 4F 53 2A 5 0 43 BB 1B 1A
Octal 60 117 123 52 5 0 103 273 33 32
Binary 110000 1001111 1010011 101010 101 0 1000011 10111011 11011 11010

Color Harmonies of #304F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F53

Black with #304F53

Text Example


Text Example

White with #304F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,79,83); }

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

background-color css

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

 a { background-color: rgb(48,79,83); }

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

border-color css

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

 span { border-color: rgb(48,79,83); }

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