#363494

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

Shades of Dark Slate Blue #363494

Tints of Dark Slate Blue #363494

Color information

#363494 (or 0x363494) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 34 and 94. RGB value is (54,52,148). Sum of RGB (Red+Green+Blue) = 54+52+148=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #363494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363494 is #C9CB6B. Grayscale: #3F3F3F. Windows color (decimal): -13224812 or 9712694. OLE color: 9712694.

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

Color convert

RGB5452148-
CMYK0.640.6500.42
HSL241.25º48%39.22%-
HSV(B)241.25º64.86%58.04%-
XYZ8.095.3828.63-
YUV63.54175.66121.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=21.26%
G=20.47%
B=58.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54521480.640.6500.42241.254839.22
Hex363494404102Af13027
Octal66642241001010523616047
Binary1101101101001001010010000001000001010101011110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363494; }

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

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

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

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

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

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

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

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