#363391

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

Shades of Dark Slate Blue #363391

Tints of Dark Slate Blue #363391

Color information

#363391 (or 0x363391) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 33 and 91. RGB value is (54,51,145). Sum of RGB (Red+Green+Blue) = 54+51+145=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #363391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363391 is #C9CC6E. Grayscale: #3E3E3E. Windows color (decimal): -13225071 or 9515830. OLE color: 9515830.

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

Color convert

RGB5451145-
CMYK0.630.6500.43
HSL241.91º47.96%38.43%-
HSV(B)241.91º64.83%56.86%-
XYZ7.825.227.38-
YUV62.61174.49121.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 145 (57.03% from 255) = 58%
R=21.6%
G=20.4%
B=58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54511450.630.6500.43241.9147.9638.43
Hex3633913F4102Bf23026
Octal6663221771010533626046
Binary110110110011100100011111111000001010101111110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363391; }

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

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

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

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

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

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

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

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