Html Css Color HEX #363191 Dark Slate Blue

📋 copy color: '#363191'

red 54 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #363191

Tints of Dark Slate Blue #363191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 21.77%
G = 19.76%
B = 58.47%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363191 (or 0x363191) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 91. RGB value is (54,49,145). Sum of RGB (Red+Green+Blue) = 54+49+145=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #363191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363191 is #C9CE6E. Grayscale: #3D3D3D. Windows color (decimal): -13225583 or 9515318. OLE color: 9515318.

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

Color convert

RGB 54 49 145 -
CMYK 0.63 0.66 0 0.43
HSL 243.13º 0.49% 0.38% -
HSV(B) 243.13º 0.66% 0.57% -
XYZ 7.73 5.03 27.35 -
YUV 61.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 54 49 145 0.63 0.66 0 0.43 243.13 0.49 0.38
Hex 36 31 91 3F 42 0 2B F3 31 26
Octal 66 61 221 77 102 0 53 363 61 46
Binary 110110 110001 10010001 111111 1000010 0 101011 11110011 110001 100110

Color Harmonies of #363191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363191

Black with #363191

Text Example


Text Example

White with #363191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363191; }

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

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

background-color css

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

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

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

border-color css

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

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

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