Html Css Color HEX #363190 Dark Slate Blue

📋 copy color: '#363190'

red 54 ◦ green 49 ◦ blue 144

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

Shades of Dark Slate Blue #363190

Tints of Dark Slate Blue #363190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 21.86%
G = 19.84%
B = 58.3%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363190 (or 0x363190) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 90. RGB value is (54,49,144). Sum of RGB (Red+Green+Blue) = 54+49+144=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #363190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363190 is #C9CE6F. Grayscale: #3C3C3C. Windows color (decimal): -13225584 or 9449782. OLE color: 9449782.

HSL color Cylindrical-coordinate representation of color #363190: hue angle of 243.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363190 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 49 144 -
CMYK 0.63 0.66 0 0.44
HSL 243.16º 0.49% 0.38% -
HSV(B) 243.16º 0.66% 0.56% -
XYZ 7.65 4.99 26.95 -
YUV 61.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 54 49 144 0.63 0.66 0 0.44 243.16 0.49 0.38
Hex 36 31 90 3F 42 0 2C F3 31 26
Octal 66 61 220 77 102 0 54 363 61 46
Binary 110110 110001 10010000 111111 1000010 0 101100 11110011 110001 100110

Color Harmonies of #363190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363190

Black with #363190

Text Example


Text Example

White with #363190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363190; }

 p { color: rgb(54,49,144); }

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

background-color css

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

 a { background-color: rgb(54,49,144); }

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

border-color css

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

 span { border-color: rgb(54,49,144); }

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