Html Css Color HEX #36329D Dark Slate Blue

📋 copy color: '#36329D'

red 54 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #36329D

Tints of Dark Slate Blue #36329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.15%

R = 20.69%
G = 19.16%
B = 60.15%

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

#36329D (or 0x36329D) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 9D. RGB value is (54,50,157). Sum of RGB (Red+Green+Blue) = 54+50+157=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #36329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329D is #C9CD62. Grayscale: #3E3E3E. Windows color (decimal): -13225315 or 10302006. OLE color: 10302006.

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

Color convert

RGB 54 50 157 -
CMYK 0.66 0.68 0 0.38
HSL 242.24º 0.52% 0.41% -
HSV(B) 242.24º 0.68% 0.62% -
XYZ 8.75 5.5 32.5 -
YUV 63.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 54 50 157 0.66 0.68 0 0.38 242.24 0.52 0.41
Hex 36 32 9D 42 44 0 26 F2 34 29
Octal 66 62 235 102 104 0 46 362 64 51
Binary 110110 110010 10011101 1000010 1000100 0 100110 11110010 110100 101001

Color Harmonies of #36329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36329D

Black with #36329D

Text Example


Text Example

White with #36329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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