Html Css Color HEX #305354 Dark Slate Grey

📋 copy color: '#305354'

red 48 ◦ green 83 ◦ blue 84

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

Shades of Dark Slate Grey #305354

Tints of Dark Slate Grey #305354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 84 (33.2% from 255) = 39.07%

R = 22.33%
G = 38.6%
B = 39.07%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305354 (or 0x305354) is known color: Dark Slate Grey. HEX triplet: 30, 53 and 54. RGB value is (48,83,84). Sum of RGB (Red+Green+Blue) = 48+83+84=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #305354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305354 is #CFACAB. Grayscale: #484848. Windows color (decimal): -13610156 or 5526320. OLE color: 5526320.

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

Color convert

RGB 48 83 84 -
CMYK 0.43 0.01 0 0.67
HSL 181.67º 0.27% 0.26% -
HSV(B) 181.67º 0.43% 0.33% -
XYZ 5.91 7.45 9.51 -
YUV 72.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 48 83 84 0.43 0.01 0 0.67 181.67 0.27 0.26
Hex 30 53 54 2B 1 0 43 B6 1B 1A
Octal 60 123 124 53 1 0 103 266 33 32
Binary 110000 1010011 1010100 101011 1 0 1000011 10110110 11011 11010

Color Harmonies of #305354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305354

Black with #305354

Text Example


Text Example

White with #305354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305354; }

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

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

background-color css

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

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

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

border-color css

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

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

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