Html Css Color HEX #363594 Dark Slate Blue

📋 copy color: '#363594'

red 54 ◦ green 53 ◦ blue 148

#363594
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #363594

Tints of Dark Slate Blue #363594

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.2% from 255) = 58.04%

R = 21.18%
G = 20.78%
B = 58.04%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363594 (or 0x363594) is known color: 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

RGB 54 53 148 -
CMYK 0.64 0.64 0 0.42
HSL 240.63º 0.47% 0.39% -
HSV(B) 240.63º 0.64% 0.58% -
XYZ 8.14 5.47 28.64 -
YUV 64.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 54 53 148 0.64 0.64 0 0.42 240.63 0.47 0.39
Hex 36 35 94 40 40 0 2A F1 2F 27
Octal 66 65 224 100 100 0 52 361 57 47
Binary 110110 110101 10010100 1000000 1000000 0 101010 11110001 101111 100111

Color Harmonies of #363594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363594

Black with #363594

Text Example


Text Example

White with #363594

Text Example


Text Example

HTML Codes & Css Web 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>