Html Css Color HEX #32359A Dark Slate Blue

📋 copy color: '#32359A'

red 50 ◦ green 53 ◦ blue 154

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

Shades of Dark Slate Blue #32359A

Tints of Dark Slate Blue #32359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 154 (60.55% from 255) = 59.92%

R = 19.46%
G = 20.62%
B = 59.92%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32359A (or 0x32359A) is known color: Dark Slate Blue. HEX triplet: 32, 35 and 9A. RGB value is (50,53,154). Sum of RGB (Red+Green+Blue) = 50+53+154=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #32359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32359A is #CDCA65. Grayscale: #3F3F3F. Windows color (decimal): -13486694 or 10106162. OLE color: 10106162.

HSL color Cylindrical-coordinate representation of color #32359A: hue angle of 238.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32359A is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 53 154 -
CMYK 0.68 0.66 0 0.40
HSL 238.27º 0.51% 0.4% -
HSV(B) 238.27º 0.68% 0.6% -
XYZ 8.42 5.56 31.2 -
YUV 63.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 50 53 154 0.68 0.66 0 0.40 238.27 0.51 0.4
Hex 32 35 9A 44 42 0 28 EE 33 28
Octal 62 65 232 104 102 0 50 356 63 50
Binary 110010 110101 10011010 1000100 1000010 0 101000 11101110 110011 101000

Color Harmonies of #32359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32359A

Black with #32359A

Text Example


Text Example

White with #32359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32359A; }

 p { color: rgb(50,53,154); }

 H1.HeaderClassName
 {
   color: #32359A;
 }
 .AnyTagClassName
 {
   color: #32359A;
 }
</style>

background-color css

<style>
 a { background-color: #32359A; }

 a { background-color: rgb(50,53,154); }

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

border-color css

<style>
 span { border-color: #32359A; }

 span { border-color: rgb(50,53,154); }

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