Html Css Color HEX #363290 Dark Slate Blue

📋 copy color: '#363290'

red 54 ◦ green 50 ◦ blue 144

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

Shades of Dark Slate Blue #363290

Tints of Dark Slate Blue #363290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 21.77%
G = 20.16%
B = 58.06%

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

#363290 (or 0x363290) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 90. RGB value is (54,50,144). Sum of RGB (Red+Green+Blue) = 54+50+144=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #363290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363290 is #C9CD6F. Grayscale: #3D3D3D. Windows color (decimal): -13225328 or 9450038. OLE color: 9450038.

HSL color Cylindrical-coordinate representation of color #363290: hue angle of 242.55º 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 #363290 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 50 144 -
CMYK 0.63 0.65 0 0.44
HSL 242.55º 0.48% 0.38% -
HSV(B) 242.55º 0.65% 0.56% -
XYZ 7.7 5.08 26.96 -
YUV 61.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 54 50 144 0.63 0.65 0 0.44 242.55 0.48 0.38
Hex 36 32 90 3F 41 0 2C F3 30 26
Octal 66 62 220 77 101 0 54 363 60 46
Binary 110110 110010 10010000 111111 1000001 0 101100 11110011 110000 100110

Color Harmonies of #363290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363290

Black with #363290

Text Example


Text Example

White with #363290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363290; }

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

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

background-color css

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

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

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

border-color css

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

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

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