Html Css Color HEX #304B50 Dark Slate Grey

📋 copy color: '#304B50'

red 48 ◦ green 75 ◦ blue 80

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

Shades of Dark Slate Grey #304B50

Tints of Dark Slate Grey #304B50

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 value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304B50 (or 0x304B50) is known color: 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

RGB 48 75 80 -
CMYK 0.40 0.06 0 0.69
HSL 189.38º 0.25% 0.25% -
HSV(B) 189.38º 0.4% 0.31% -
XYZ 5.18 6.24 8.52 -
YUV 67.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 48 75 80 0.40 0.06 0 0.69 189.38 0.25 0.25
Hex 30 4B 50 28 6 0 45 BD 19 19
Octal 60 113 120 50 6 0 105 275 31 31
Binary 110000 1001011 1010000 101000 110 0 1000101 10111101 11001 11001

Color Harmonies of #304B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B50

Black with #304B50

Text Example


Text Example

White with #304B50

Text Example


Text Example

HTML Codes & Css Web 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>