Html Css Color HEX #363392 Dark Slate Blue

📋 copy color: '#363392'

red 54 ◦ green 51 ◦ blue 146

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

Shades of Dark Slate Blue #363392

Tints of Dark Slate Blue #363392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 21.51%
G = 20.32%
B = 58.17%

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

#363392 (or 0x363392) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 92. RGB value is (54,51,146). Sum of RGB (Red+Green+Blue) = 54+51+146=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #363392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363392 is #C9CC6D. Grayscale: #3E3E3E. Windows color (decimal): -13225070 or 9581366. OLE color: 9581366.

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

Color convert

RGB 54 51 146 -
CMYK 0.63 0.65 0 0.43
HSL 241.89º 0.48% 0.39% -
HSV(B) 241.89º 0.65% 0.57% -
XYZ 7.89 5.23 27.79 -
YUV 62.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 54 51 146 0.63 0.65 0 0.43 241.89 0.48 0.39
Hex 36 33 92 3F 41 0 2B F2 30 27
Octal 66 63 222 77 101 0 53 362 60 47
Binary 110110 110011 10010010 111111 1000001 0 101011 11110010 110000 100111

Color Harmonies of #363392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363392

Black with #363392

Text Example


Text Example

White with #363392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363392; }

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

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

background-color css

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

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

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

border-color css

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

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

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