Html Css Color HEX #363393 Dark Slate Blue

📋 copy color: '#363393'

red 54 ◦ green 51 ◦ blue 147

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

Shades of Dark Slate Blue #363393

Tints of Dark Slate Blue #363393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 21.43%
G = 20.24%
B = 58.33%

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

#363393 (or 0x363393) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 93. RGB value is (54,51,147). Sum of RGB (Red+Green+Blue) = 54+51+147=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #363393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363393 is #C9CC6C. Grayscale: #3E3E3E. Windows color (decimal): -13225069 or 9646902. OLE color: 9646902.

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

Color convert

RGB 54 51 147 -
CMYK 0.63 0.65 0 0.42
HSL 241.88º 0.48% 0.39% -
HSV(B) 241.88º 0.65% 0.58% -
XYZ 7.97 5.26 28.2 -
YUV 62.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 54 51 147 0.63 0.65 0 0.42 241.88 0.48 0.39
Hex 36 33 93 3F 41 0 2A F2 30 27
Octal 66 63 223 77 101 0 52 362 60 47
Binary 110110 110011 10010011 111111 1000001 0 101010 11110010 110000 100111

Color Harmonies of #363393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363393

Black with #363393

Text Example


Text Example

White with #363393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363393; }

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

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

background-color css

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

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

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

border-color css

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

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

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