#363399

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

Shades of Dark Slate Blue #363399

Tints of Dark Slate Blue #363399

Color information

#363399 (or 0x363399) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 33 and 99. RGB value is (54,51,153). Sum of RGB (Red+Green+Blue) = 54+51+153=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #363399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363399 is #C9CC66. Grayscale: #3F3F3F. Windows color (decimal): -13225063 or 10040118. OLE color: 10040118.

HSL color Cylindrical-coordinate representation of color #363399: hue angle of 241.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363399 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5451153-
CMYK0.650.6700.4
HSL241.76º50%40%-
HSV(B)241.76º66.67%60%-
XYZ8.455.4530.74-
YUV63.52178.49121.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=20.93%
G=19.77%
B=59.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54511530.650.6700.4241.765040
Hex3633994143028f23228
Octal66632311011030503626250
Binary1101101100111001100110000011000011010100011110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363399; }

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

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

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

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

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

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

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

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