Html Css Color HEX #363499 Dark Slate Blue

📋 copy color: '#363499'

red 54 ◦ green 52 ◦ blue 153

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

Shades of Dark Slate Blue #363499

Tints of Dark Slate Blue #363499

RGB

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

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

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

R = 20.85%
G = 20.08%
B = 59.07%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#363499 (or 0x363499) is known color: Dark Slate Blue. HEX triplet: 36, 34 and 99. RGB value is (54,52,153). Sum of RGB (Red+Green+Blue) = 54+52+153=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #363499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363499 is #C9CB66. Grayscale: #3F3F3F. Windows color (decimal): -13224807 or 10040374. OLE color: 10040374.

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

Color convert

RGB 54 52 153 -
CMYK 0.65 0.66 0 0.4
HSL 241.19º 0.49% 0.4% -
HSV(B) 241.19º 0.66% 0.6% -
XYZ 8.5 5.54 30.76 -
YUV 64.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 54 52 153 0.65 0.66 0 0.4 241.19 0.49 0.4
Hex 36 34 99 41 42 0 28 F1 31 28
Octal 66 64 231 101 102 0 50 361 61 50
Binary 110110 110100 10011001 1000001 1000010 0 101000 11110001 110001 101000

Color Harmonies of #363499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363499

Black with #363499

Text Example


Text Example

White with #363499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363499; }

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

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

background-color css

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

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

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

border-color css

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

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

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