Html Css Color HEX #36329A Dark Slate Blue

📋 copy color: '#36329A'

red 54 ◦ green 50 ◦ blue 154

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

Shades of Dark Slate Blue #36329A

Tints of Dark Slate Blue #36329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.69%

R = 20.93%
G = 19.38%
B = 59.69%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36329A (or 0x36329A) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 9A. RGB value is (54,50,154). Sum of RGB (Red+Green+Blue) = 54+50+154=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #36329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329A is #C9CD65. Grayscale: #3E3E3E. Windows color (decimal): -13225318 or 10105398. OLE color: 10105398.

HSL color Cylindrical-coordinate representation of color #36329A: hue angle of 242.31º 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 #36329A is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 50 154 -
CMYK 0.65 0.68 0 0.40
HSL 242.31º 0.51% 0.4% -
HSV(B) 242.31º 0.68% 0.6% -
XYZ 8.49 5.4 31.17 -
YUV 63.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 54 50 154 0.65 0.68 0 0.40 242.31 0.51 0.4
Hex 36 32 9A 41 44 0 28 F2 33 28
Octal 66 62 232 101 104 0 50 362 63 50
Binary 110110 110010 10011010 1000001 1000100 0 101000 11110010 110011 101000

Color Harmonies of #36329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36329A

Black with #36329A

Text Example


Text Example

White with #36329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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