#305456

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

Shades of Dark Slate Grey #305456

Tints of Dark Slate Grey #305456

Color information

#305456 (or 0x305456) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 54 and 56. RGB value is (48,84,86). Sum of RGB (Red+Green+Blue) = 48+84+86=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #305456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305456 is #CFABA9. Grayscale: #494949. Windows color (decimal): -13609898 or 5657648. OLE color: 5657648.

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

Color convert

RGB488486-
CMYK0.440.0200.66
HSL183.16º28.36%26.27%-
HSV(B)183.16º44.19%33.73%-
XYZ6.077.649.96-
YUV73.46135.07109.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=22.02%
G=38.53%
B=39.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4884860.440.0200.66183.1628.3626.27
Hex3054562C2042b71c1a
Octal6012412654201022673432
Binary110000101010010101101011001001000010101101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305456; }

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

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

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

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

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

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

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

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