Html Css Color HEX #363490 Dark Slate Blue

📋 copy color: '#363490'

red 54 ◦ green 52 ◦ blue 144

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

Shades of Dark Slate Blue #363490

Tints of Dark Slate Blue #363490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 21.6%
G = 20.8%
B = 57.6%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363490 (or 0x363490) is known color: Dark Slate Blue. HEX triplet: 36, 34 and 90. RGB value is (54,52,144). Sum of RGB (Red+Green+Blue) = 54+52+144=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #363490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363490 is #C9CB6F. Grayscale: #3E3E3E. Windows color (decimal): -13224816 or 9450550. OLE color: 9450550.

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

Color convert

RGB 54 52 144 -
CMYK 0.63 0.64 0 0.44
HSL 241.3º 0.47% 0.38% -
HSV(B) 241.3º 0.64% 0.56% -
XYZ 7.78 5.25 26.99 -
YUV 63.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 54 52 144 0.63 0.64 0 0.44 241.3 0.47 0.38
Hex 36 34 90 3F 40 0 2C F1 2F 26
Octal 66 64 220 77 100 0 54 361 57 46
Binary 110110 110100 10010000 111111 1000000 0 101100 11110001 101111 100110

Color Harmonies of #363490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363490

Black with #363490

Text Example


Text Example

White with #363490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363490; }

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

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

background-color css

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

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

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

border-color css

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

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

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