Html Css Color HEX #32339B Dark Slate Blue

📋 copy color: '#32339B'

red 50 ◦ green 51 ◦ blue 155

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

Shades of Dark Slate Blue #32339B

Tints of Dark Slate Blue #32339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 19.53%
G = 19.92%
B = 60.55%

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

#32339B (or 0x32339B) is known color: Dark Slate Blue. HEX triplet: 32, 33 and 9B. RGB value is (50,51,155). Sum of RGB (Red+Green+Blue) = 50+51+155=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #32339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32339B is #CDCC64. Grayscale: #3E3E3E. Windows color (decimal): -13487205 or 10171186. OLE color: 10171186.

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

Color convert

RGB 50 51 155 -
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.42 5.41 31.61 -
YUV 62.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 50 51 155 0.68 0.67 0 0.39 239.43 0.51 0.4
Hex 32 33 9B 44 43 0 27 EF 33 28
Octal 62 63 233 104 103 0 47 357 63 50
Binary 110010 110011 10011011 1000100 1000011 0 100111 11101111 110011 101000

Color Harmonies of #32339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32339B

Black with #32339B

Text Example


Text Example

White with #32339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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