#363799

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

Shades of Dark Slate Blue #363799

Tints of Dark Slate Blue #363799

Color information

#363799 (or 0x363799) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 37 and 99. RGB value is (54,55,153). Sum of RGB (Red+Green+Blue) = 54+55+153=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #363799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363799 is #C9C866. Grayscale: #414141. Windows color (decimal): -13224039 or 10041142. OLE color: 10041142.

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

Color convert

RGB5455153-
CMYK0.650.6400.4
HSL239.39º47.83%40.59%-
HSV(B)239.39º64.71%60%-
XYZ8.645.8230.8-
YUV65.87177.17119.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 153 (60.16% from 255) = 58.40%
R=20.61%
G=20.99%
B=58.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54551530.650.6400.4239.3947.8340.59
Hex3637994140028ef3029
Octal66672311011000503576051
Binary1101101101111001100110000011000000010100011101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363799; }

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

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

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

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

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

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

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

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