Html Css Color HEX #363199 Dark Slate Blue

📋 copy color: '#363199'

red 54 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #363199

Tints of Dark Slate Blue #363199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 21.09%
G = 19.14%
B = 59.77%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#363199 (or 0x363199) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 99. RGB value is (54,49,153). Sum of RGB (Red+Green+Blue) = 54+49+153=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #363199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363199 is #C9CE66. Grayscale: #3D3D3D. Windows color (decimal): -13225575 or 10039606. OLE color: 10039606.

HSL color Cylindrical-coordinate representation of color #363199: hue angle of 242.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363199 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 49 153 -
CMYK 0.65 0.68 0 0.4
HSL 242.88º 0.51% 0.4% -
HSV(B) 242.88º 0.68% 0.6% -
XYZ 8.37 5.28 30.72 -
YUV 62.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 54 49 153 0.65 0.68 0 0.4 242.88 0.51 0.4
Hex 36 31 99 41 44 0 28 F3 33 28
Octal 66 61 231 101 104 0 50 363 63 50
Binary 110110 110001 10011001 1000001 1000100 0 101000 11110011 110011 101000

Color Harmonies of #363199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363199

Black with #363199

Text Example


Text Example

White with #363199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363199; }

 p { color: rgb(54,49,153); }

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

background-color css

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

 a { background-color: rgb(54,49,153); }

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

border-color css

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

 span { border-color: rgb(54,49,153); }

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