#363499

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

Shades of Dark Slate Blue #363499

Tints of Dark Slate Blue #363499

Color information

#363499 (or 0x363499) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 34 and 99. RGB value is (54,52,153). Sum of RGB (Red+Green+Blue) = 54+52+153=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #363499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363499 is #C9CB66. Grayscale: #3F3F3F. Windows color (decimal): -13224807 or 10040374. OLE color: 10040374.

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

Color convert

RGB5452153-
CMYK0.650.6600.4
HSL241.19º49.27%40.2%-
HSV(B)241.19º66.01%60%-
XYZ8.55.5430.76-
YUV64.11178.16120.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=20.85%
G=20.08%
B=59.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54521530.650.6600.4241.1949.2740.2
Hex3634994142028f13128
Octal66642311011020503616150
Binary1101101101001001100110000011000010010100011110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363499; }

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

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

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

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

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

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

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

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