Html Css Color HEX #363493 Dark Slate Blue

📋 copy color: '#363493'

red 54 ◦ green 52 ◦ blue 147

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

Shades of Dark Slate Blue #363493

Tints of Dark Slate Blue #363493

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 21.34%
G = 20.55%
B = 58.1%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363493 (or 0x363493) is known color: Dark Slate Blue. HEX triplet: 36, 34 and 93. RGB value is (54,52,147). Sum of RGB (Red+Green+Blue) = 54+52+147=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #363493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363493 is #C9CB6C. Grayscale: #3F3F3F. Windows color (decimal): -13224813 or 9647158. OLE color: 9647158.

HSL color Cylindrical-coordinate representation of color #363493: hue angle of 241.26º 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 #363493 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 52 147 -
CMYK 0.63 0.65 0 0.42
HSL 241.26º 0.48% 0.39% -
HSV(B) 241.26º 0.65% 0.58% -
XYZ 8.02 5.35 28.21 -
YUV 63.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 54 52 147 0.63 0.65 0 0.42 241.26 0.48 0.39
Hex 36 34 93 3F 41 0 2A F1 30 27
Octal 66 64 223 77 101 0 52 361 60 47
Binary 110110 110100 10010011 111111 1000001 0 101010 11110001 110000 100111

Color Harmonies of #363493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363493

Black with #363493

Text Example


Text Example

White with #363493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363493; }

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

 H1.HeaderClassName
 {
   color: #363493;
 }
 .AnyTagClassName
 {
   color: #363493;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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