Html Css Color HEX #305255 Dark Slate Grey

📋 copy color: '#305255'

red 48 ◦ green 82 ◦ blue 85

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

Shades of Dark Slate Grey #305255

Tints of Dark Slate Grey #305255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 22.33%
G = 38.14%
B = 39.53%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305255 (or 0x305255) is known color: Dark Slate Grey. HEX triplet: 30, 52 and 55. RGB value is (48,82,85). Sum of RGB (Red+Green+Blue) = 48+82+85=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #305255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305255 is #CFADAA. Grayscale: #484848. Windows color (decimal): -13610411 or 5591600. OLE color: 5591600.

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

Color convert

RGB 48 82 85 -
CMYK 0.44 0.04 0 0.67
HSL 184.86º 0.28% 0.26% -
HSV(B) 184.86º 0.44% 0.33% -
XYZ 5.88 7.32 9.7 -
YUV 72.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 48 82 85 0.44 0.04 0 0.67 184.86 0.28 0.26
Hex 30 52 55 2C 4 0 43 B9 1C 1A
Octal 60 122 125 54 4 0 103 271 34 32
Binary 110000 1010010 1010101 101100 100 0 1000011 10111001 11100 11010

Color Harmonies of #305255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305255

Black with #305255

Text Example


Text Example

White with #305255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305255; }

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

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

background-color css

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

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

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

border-color css

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

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

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