Html Css Color HEX #36329B Dark Slate Blue

📋 copy color: '#36329B'

red 54 ◦ green 50 ◦ blue 155

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

Shades of Dark Slate Blue #36329B

Tints of Dark Slate Blue #36329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.85%

R = 20.85%
G = 19.31%
B = 59.85%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36329B (or 0x36329B) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 9B. RGB value is (54,50,155). Sum of RGB (Red+Green+Blue) = 54+50+155=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #36329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329B is #C9CD64. Grayscale: #3E3E3E. Windows color (decimal): -13225317 or 10170934. OLE color: 10170934.

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

Color convert

RGB 54 50 155 -
CMYK 0.65 0.68 0 0.39
HSL 242.29º 0.51% 0.4% -
HSV(B) 242.29º 0.68% 0.61% -
XYZ 8.58 5.43 31.61 -
YUV 63.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 54 50 155 0.65 0.68 0 0.39 242.29 0.51 0.4
Hex 36 32 9B 41 44 0 27 F2 33 28
Octal 66 62 233 101 104 0 47 362 63 50
Binary 110110 110010 10011011 1000001 1000100 0 100111 11110010 110011 101000

Color Harmonies of #36329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36329B

Black with #36329B

Text Example


Text Example

White with #36329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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