Html Css Color HEX #363390 Dark Slate Blue

📋 copy color: '#363390'

red 54 ◦ green 51 ◦ blue 144

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

Shades of Dark Slate Blue #363390

Tints of Dark Slate Blue #363390

RGB

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

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

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

R = 21.69%
G = 20.48%
B = 57.83%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363390 (or 0x363390) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 90. RGB value is (54,51,144). Sum of RGB (Red+Green+Blue) = 54+51+144=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #363390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363390 is #C9CC6F. Grayscale: #3E3E3E. Windows color (decimal): -13225072 or 9450294. OLE color: 9450294.

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

Color convert

RGB 54 51 144 -
CMYK 0.63 0.65 0 0.44
HSL 241.94º 0.48% 0.38% -
HSV(B) 241.94º 0.65% 0.56% -
XYZ 7.74 5.17 26.97 -
YUV 62.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 54 51 144 0.63 0.65 0 0.44 241.94 0.48 0.38
Hex 36 33 90 3F 41 0 2C F2 30 26
Octal 66 63 220 77 101 0 54 362 60 46
Binary 110110 110011 10010000 111111 1000001 0 101100 11110010 110000 100110

Color Harmonies of #363390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363390

Black with #363390

Text Example


Text Example

White with #363390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363390; }

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

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

background-color css

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

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

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

border-color css

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

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

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