Html Css Color HEX #32389C Dark Slate Blue

📋 copy color: '#32389C'

red 50 ◦ green 56 ◦ blue 156

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

Shades of Dark Slate Blue #32389C

Tints of Dark Slate Blue #32389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 19.08%
G = 21.37%
B = 59.54%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32389C (or 0x32389C) is known color: Dark Slate Blue. HEX triplet: 32, 38 and 9C. RGB value is (50,56,156). Sum of RGB (Red+Green+Blue) = 50+56+156=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #32389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32389C is #CDC763. Grayscale: #414141. Windows color (decimal): -13485924 or 10238002. OLE color: 10238002.

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

Color convert

RGB 50 56 156 -
CMYK 0.68 0.64 0 0.39
HSL 236.6º 0.51% 0.4% -
HSV(B) 236.6º 0.68% 0.61% -
XYZ 8.73 5.91 32.13 -
YUV 65.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 50 56 156 0.68 0.64 0 0.39 236.6 0.51 0.4
Hex 32 38 9C 44 40 0 27 ED 33 28
Octal 62 70 234 104 100 0 47 355 63 50
Binary 110010 111000 10011100 1000100 1000000 0 100111 11101101 110011 101000

Color Harmonies of #32389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32389C

Black with #32389C

Text Example


Text Example

White with #32389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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