Html Css Color HEX #305055 Dark Slate Grey

📋 copy color: '#305055'

red 48 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #305055

Tints of Dark Slate Grey #305055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 22.54%
G = 37.56%
B = 39.91%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305055 (or 0x305055) is known color: Dark Slate Grey. HEX triplet: 30, 50 and 55. RGB value is (48,80,85). Sum of RGB (Red+Green+Blue) = 48+80+85=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #305055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305055 is #CFAFAA. Grayscale: #464646. Windows color (decimal): -13610923 or 5591088. OLE color: 5591088.

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

Color convert

RGB 48 80 85 -
CMYK 0.44 0.06 0 0.67
HSL 188.11º 0.28% 0.26% -
HSV(B) 188.11º 0.44% 0.33% -
XYZ 5.73 7.02 9.65 -
YUV 71 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 48 80 85 0.44 0.06 0 0.67 188.11 0.28 0.26
Hex 30 50 55 2C 6 0 43 BC 1C 1A
Octal 60 120 125 54 6 0 103 274 34 32
Binary 110000 1010000 1010101 101100 110 0 1000011 10111100 11100 11010

Color Harmonies of #305055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305055

Black with #305055

Text Example


Text Example

White with #305055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305055; }

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

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

background-color css

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

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

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

border-color css

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

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

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