Html Css Color HEX #363293 Dark Slate Blue

📋 copy color: '#363293'

red 54 ◦ green 50 ◦ blue 147

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

Shades of Dark Slate Blue #363293

Tints of Dark Slate Blue #363293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 21.51%
G = 19.92%
B = 58.57%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363293 (or 0x363293) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 93. RGB value is (54,50,147). Sum of RGB (Red+Green+Blue) = 54+50+147=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #363293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363293 is #C9CD6C. Grayscale: #3D3D3D. Windows color (decimal): -13225325 or 9646646. OLE color: 9646646.

HSL color Cylindrical-coordinate representation of color #363293: hue angle of 242.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363293 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 50 147 -
CMYK 0.63 0.66 0 0.42
HSL 242.47º 0.49% 0.39% -
HSV(B) 242.47º 0.66% 0.58% -
XYZ 7.93 5.17 28.18 -
YUV 62.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 54 50 147 0.63 0.66 0 0.42 242.47 0.49 0.39
Hex 36 32 93 3F 42 0 2A F2 31 27
Octal 66 62 223 77 102 0 52 362 61 47
Binary 110110 110010 10010011 111111 1000010 0 101010 11110010 110001 100111

Color Harmonies of #363293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363293

Black with #363293

Text Example


Text Example

White with #363293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363293; }

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

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

background-color css

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

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

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

border-color css

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

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

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