Html Css Color HEX #32379C Dark Slate Blue

📋 copy color: '#32379C'

red 50 ◦ green 55 ◦ blue 156

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

Shades of Dark Slate Blue #32379C

Tints of Dark Slate Blue #32379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 19.16%
G = 21.07%
B = 59.77%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32379C (or 0x32379C) is known color: Dark Slate Blue. HEX triplet: 32, 37 and 9C. RGB value is (50,55,156). Sum of RGB (Red+Green+Blue) = 50+55+156=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #32379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379C is #CDC863. Grayscale: #404040. Windows color (decimal): -13486180 or 10237746. OLE color: 10237746.

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

Color convert

RGB 50 55 156 -
CMYK 0.68 0.65 0 0.39
HSL 237.17º 0.51% 0.4% -
HSV(B) 237.17º 0.68% 0.61% -
XYZ 8.68 5.81 32.12 -
YUV 65.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 50 55 156 0.68 0.65 0 0.39 237.17 0.51 0.4
Hex 32 37 9C 44 41 0 27 ED 33 28
Octal 62 67 234 104 101 0 47 355 63 50
Binary 110010 110111 10011100 1000100 1000001 0 100111 11101101 110011 101000

Color Harmonies of #32379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32379C

Black with #32379C

Text Example


Text Example

White with #32379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32379C; }

 p { color: rgb(50,55,156); }

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

background-color css

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

 a { background-color: rgb(50,55,156); }

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

border-color css

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

 span { border-color: rgb(50,55,156); }

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