#363299

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

Shades of Dark Slate Blue #363299

Tints of Dark Slate Blue #363299

Color information

#363299 (or 0x363299) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 32 and 99. RGB value is (54,50,153). Sum of RGB (Red+Green+Blue) = 54+50+153=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #363299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363299 is #C9CD66. Grayscale: #3E3E3E. Windows color (decimal): -13225319 or 10039862. OLE color: 10039862.

HSL color Cylindrical-coordinate representation of color #363299: hue angle of 242.33º degrees, saturation: 0.51, 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 #363299 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5450153-
CMYK0.650.6700.4
HSL242.33º50.74%39.8%-
HSV(B)242.33º67.32%60%-
XYZ8.415.3730.73-
YUV62.94178.83121.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=21.01%
G=19.46%
B=59.53%

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
Decimal54501530.650.6700.4242.3350.7439.8
Hex3632994143028f23328
Octal66622311011030503626350
Binary1101101100101001100110000011000011010100011110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363299; }

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

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

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

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

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

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

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

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