Html Css Color HEX #305355 Dark Slate Grey

📋 copy color: '#305355'

red 48 ◦ green 83 ◦ blue 85

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

Shades of Dark Slate Grey #305355

Tints of Dark Slate Grey #305355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 22.22%
G = 38.43%
B = 39.35%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305355 (or 0x305355) is known color: Dark Slate Grey. HEX triplet: 30, 53 and 55. RGB value is (48,83,85). Sum of RGB (Red+Green+Blue) = 48+83+85=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #305355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305355 is #CFACAA. Grayscale: #484848. Windows color (decimal): -13610155 or 5591856. OLE color: 5591856.

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

Color convert

RGB 48 83 85 -
CMYK 0.44 0.02 0 0.67
HSL 183.24º 0.28% 0.26% -
HSV(B) 183.24º 0.44% 0.33% -
XYZ 5.95 7.47 9.72 -
YUV 72.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 48 83 85 0.44 0.02 0 0.67 183.24 0.28 0.26
Hex 30 53 55 2C 2 0 43 B7 1C 1A
Octal 60 123 125 54 2 0 103 267 34 32
Binary 110000 1010011 1010101 101100 10 0 1000011 10110111 11100 11010

Color Harmonies of #305355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305355

Black with #305355

Text Example


Text Example

White with #305355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305355; }

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

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

background-color css

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

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

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

border-color css

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

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

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