Html Css Color HEX #32339C Dark Slate Blue

📋 copy color: '#32339C'

red 50 ◦ green 51 ◦ blue 156

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

Shades of Dark Slate Blue #32339C

Tints of Dark Slate Blue #32339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 19.46%
G = 19.84%
B = 60.7%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32339C (or 0x32339C) is known color: Dark Slate Blue. HEX triplet: 32, 33 and 9C. RGB value is (50,51,156). Sum of RGB (Red+Green+Blue) = 50+51+156=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #32339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32339C is #CDCC63. Grayscale: #3E3E3E. Windows color (decimal): -13487204 or 10236722. OLE color: 10236722.

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

Color convert

RGB 50 51 156 -
CMYK 0.68 0.67 0 0.39
HSL 239.43º 0.51% 0.4% -
HSV(B) 239.43º 0.68% 0.61% -
XYZ 8.5 5.45 32.06 -
YUV 62.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 50 51 156 0.68 0.67 0 0.39 239.43 0.51 0.4
Hex 32 33 9C 44 43 0 27 EF 33 28
Octal 62 63 234 104 103 0 47 357 63 50
Binary 110010 110011 10011100 1000100 1000011 0 100111 11101111 110011 101000

Color Harmonies of #32339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32339C

Black with #32339C

Text Example


Text Example

White with #32339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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