#363390

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

Shades of Dark Slate Blue #363390

Tints of Dark Slate Blue #363390

Color information

#363390 (or 0x363390) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 33 and 90. RGB value is (54,51,144). Sum of RGB (Red+Green+Blue) = 54+51+144=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #363390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363390 is #C9CC6F. Grayscale: #3E3E3E. Windows color (decimal): -13225072 or 9450294. OLE color: 9450294.

HSL color Cylindrical-coordinate representation of color #363390: hue angle of 241.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363390 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5451144-
CMYK0.630.6500.44
HSL241.94º47.69%38.24%-
HSV(B)241.94º64.58%56.47%-
XYZ7.745.1726.97-
YUV62.5173.99121.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=21.69%
G=20.48%
B=57.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54511440.630.6500.44241.9447.6938.24
Hex3633903F4102Cf23026
Octal6663220771010543626046
Binary110110110011100100001111111000001010110011110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363390; }

 p { color: rgb(54,51,144); }

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

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

 a { background-color: rgb(54,51,144); }

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

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

 span { border-color: rgb(54,51,144); }

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