#363594

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

Shades of Dark Slate Blue #363594

Tints of Dark Slate Blue #363594

Color information

#363594 (or 0x363594) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 35 and 94. RGB value is (54,53,148). Sum of RGB (Red+Green+Blue) = 54+53+148=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #363594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363594 is #C9CA6B. Grayscale: #3F3F3F. Windows color (decimal): -13224556 or 9712950. OLE color: 9712950.

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

Color convert

RGB5453148-
CMYK0.640.6400.42
HSL240.63º47.26%39.41%-
HSV(B)240.63º64.19%58.04%-
XYZ8.145.4728.64-
YUV64.13175.33120.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=21.18%
G=20.78%
B=58.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54531480.640.6400.42240.6347.2639.41
Hex363594404002Af12f27
Octal66652241001000523615747
Binary1101101101011001010010000001000000010101011110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363594; }

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

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

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

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

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

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

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

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