#305055

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

Shades of Dark Slate Grey #305055

Tints of Dark Slate Grey #305055

Color information

#305055 (or 0x305055) is unknown color: approx 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

RGB488085-
CMYK0.440.0600.67
HSL188.11º27.82%26.08%-
HSV(B)188.11º43.53%33.33%-
XYZ5.737.029.65-
YUV71135.9111.59-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4880850.440.0600.67188.1127.8226.08
Hex3050552C6043bc1c1a
Octal6012012554601032743432
Binary1100001010000101010110110011001000011101111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>