Html Css Color HEX #36329E Dark Slate Blue

📋 copy color: '#36329E'

red 54 ◦ green 50 ◦ blue 158

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

Shades of Dark Slate Blue #36329E

Tints of Dark Slate Blue #36329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 20.61%
G = 19.08%
B = 60.31%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36329E (or 0x36329E) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 9E. RGB value is (54,50,158). Sum of RGB (Red+Green+Blue) = 54+50+158=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #36329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329E is #C9CD61. Grayscale: #3F3F3F. Windows color (decimal): -13225314 or 10367542. OLE color: 10367542.

HSL color Cylindrical-coordinate representation of color #36329E: hue angle of 242.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36329E is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 50 158 -
CMYK 0.66 0.68 0 0.38
HSL 242.22º 0.52% 0.41% -
HSV(B) 242.22º 0.68% 0.62% -
XYZ 8.83 5.53 32.95 -
YUV 63.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 54 50 158 0.66 0.68 0 0.38 242.22 0.52 0.41
Hex 36 32 9E 42 44 0 26 F2 34 29
Octal 66 62 236 102 104 0 46 362 64 51
Binary 110110 110010 10011110 1000010 1000100 0 100110 11110010 110100 101001

Color Harmonies of #36329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36329E

Black with #36329E

Text Example


Text Example

White with #36329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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