Html Css Color HEX #363391 Dark Slate Blue

📋 copy color: '#363391'

red 54 ◦ green 51 ◦ blue 145

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

Shades of Dark Slate Blue #363391

Tints of Dark Slate Blue #363391

RGB

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

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

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

R = 21.6%
G = 20.4%
B = 58%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363391 (or 0x363391) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 91. RGB value is (54,51,145). Sum of RGB (Red+Green+Blue) = 54+51+145=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #363391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363391 is #C9CC6E. Grayscale: #3E3E3E. Windows color (decimal): -13225071 or 9515830. OLE color: 9515830.

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

Color convert

RGB 54 51 145 -
CMYK 0.63 0.65 0 0.43
HSL 241.91º 0.48% 0.38% -
HSV(B) 241.91º 0.65% 0.57% -
XYZ 7.82 5.2 27.38 -
YUV 62.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 54 51 145 0.63 0.65 0 0.43 241.91 0.48 0.38
Hex 36 33 91 3F 41 0 2B F2 30 26
Octal 66 63 221 77 101 0 53 362 60 46
Binary 110110 110011 10010001 111111 1000001 0 101011 11110010 110000 100110

Color Harmonies of #363391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363391

Black with #363391

Text Example


Text Example

White with #363391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363391; }

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

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

background-color css

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

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

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

border-color css

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

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

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