#305455

Color #305455 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #305455

Tints of Dark Slate Grey #305455

Color information

#305455 (or 0x305455) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 54 and 55. RGB value is (48,84,85). Sum of RGB (Red+Green+Blue) = 48+84+85=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #305455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305455 is #CFABAA. Grayscale: #494949. Windows color (decimal): -13609899 or 5592112. OLE color: 5592112.

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

Color convert

RGB488485-
CMYK0.440.0100.67
HSL181.62º27.82%26.08%-
HSV(B)181.62º43.53%33.33%-
XYZ6.037.629.75-
YUV73.35134.57109.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=22.12%
G=38.71%
B=39.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884850.440.0100.67181.6227.8226.08
Hex3054552C1043b61c1a
Octal6012412554101032663432
Binary11000010101001010101101100101000011101101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305455; }

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

 H1.HeaderClassName
 {
   color: #305455;
 }
 .AnyTagClassName
 {
   color: #305455;
 }
</style>
background-color css

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

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

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

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

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

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