#363193

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

Shades of Dark Slate Blue #363193

Tints of Dark Slate Blue #363193

Color information

#363193 (or 0x363193) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 31 and 93. RGB value is (54,49,147). Sum of RGB (Red+Green+Blue) = 54+49+147=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #363193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363193 is #C9CE6C. Grayscale: #3D3D3D. Windows color (decimal): -13225581 or 9646390. OLE color: 9646390.

HSL color Cylindrical-coordinate representation of color #363193: hue angle of 243.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363193 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5449147-
CMYK0.630.6700.42
HSL243.06º50%38.43%-
HSV(B)243.06º66.67%57.65%-
XYZ7.895.0928.17-
YUV61.67176.16122.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=21.6%
G=19.6%
B=58.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54491470.630.6700.42243.065038.43
Hex3631933F4302Af33226
Octal6661223771030523636246
Binary110110110001100100111111111000011010101011110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363193; }

 p { color: rgb(54,49,147); }

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

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

 a { background-color: rgb(54,49,147); }

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

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

 span { border-color: rgb(54,49,147); }

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