Html Css Color HEX #32229E Dark Slate Blue

📋 copy color: '#32229E'

red 50 ◦ green 34 ◦ blue 158

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

Shades of Dark Slate Blue #32229E

Tints of Dark Slate Blue #32229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 158 (62.11% from 255) = 65.29%

R = 20.66%
G = 14.05%
B = 65.29%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32229E (or 0x32229E) is known color: Dark Slate Blue. HEX triplet: 32, 22 and 9E. RGB value is (50,34,158). Sum of RGB (Red+Green+Blue) = 50+34+158=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #32229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32229E is #CDDD61. Grayscale: #343434. Windows color (decimal): -13491554 or 10363442. OLE color: 10363442.

HSL color Cylindrical-coordinate representation of color #32229E: hue angle of 247.74º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32229E is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 34 158 -
CMYK 0.68 0.78 0 0.38
HSL 247.74º 0.65% 0.38% -
HSV(B) 247.74º 0.78% 0.62% -
XYZ 8.06 4.29 32.75 -
YUV 52.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 50 34 158 0.68 0.78 0 0.38 247.74 0.65 0.38
Hex 32 22 9E 44 4E 0 26 F8 41 26
Octal 62 42 236 104 116 0 46 370 101 46
Binary 110010 100010 10011110 1000100 1001110 0 100110 11111000 1000001 100110

Color Harmonies of #32229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32229E

Black with #32229E

Text Example


Text Example

White with #32229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32229E; }

 p { color: rgb(50,34,158); }

 H1.HeaderClassName
 {
   color: #32229E;
 }
 .AnyTagClassName
 {
   color: #32229E;
 }
</style>

background-color css

<style>
 a { background-color: #32229E; }

 a { background-color: rgb(50,34,158); }

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

border-color css

<style>
 span { border-color: #32229E; }

 span { border-color: rgb(50,34,158); }

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