Html Css Color HEX #305155 Dark Slate Grey

📋 copy color: '#305155'

red 48 ◦ green 81 ◦ blue 85

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

Shades of Dark Slate Grey #305155

Tints of Dark Slate Grey #305155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 22.43%
G = 37.85%
B = 39.72%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305155 (or 0x305155) is known color: Dark Slate Grey. HEX triplet: 30, 51 and 55. RGB value is (48,81,85). Sum of RGB (Red+Green+Blue) = 48+81+85=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #305155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305155 is #CFAEAA. Grayscale: #474747. Windows color (decimal): -13610667 or 5591344. OLE color: 5591344.

HSL color Cylindrical-coordinate representation of color #305155: hue angle of 186.49º 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 #305155 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 81 85 -
CMYK 0.44 0.05 0 0.67
HSL 186.49º 0.28% 0.26% -
HSV(B) 186.49º 0.44% 0.33% -
XYZ 5.8 7.17 9.67 -
YUV 71.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 48 81 85 0.44 0.05 0 0.67 186.49 0.28 0.26
Hex 30 51 55 2C 5 0 43 BA 1C 1A
Octal 60 121 125 54 5 0 103 272 34 32
Binary 110000 1010001 1010101 101100 101 0 1000011 10111010 11100 11010

Color Harmonies of #305155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305155

Black with #305155

Text Example


Text Example

White with #305155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305155; }

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

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

background-color css

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

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

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

border-color css

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

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

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