Html Css Color HEX #323499 Dark Slate Blue

📋 copy color: '#323499'

red 50 ◦ green 52 ◦ blue 153

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

Shades of Dark Slate Blue #323499

Tints of Dark Slate Blue #323499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 153 (60.16% from 255) = 60%

R = 19.61%
G = 20.39%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323499 (or 0x323499) is known color: Dark Slate Blue. HEX triplet: 32, 34 and 99. RGB value is (50,52,153). Sum of RGB (Red+Green+Blue) = 50+52+153=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #323499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323499 is #CDCB66. Grayscale: #3E3E3E. Windows color (decimal): -13486951 or 10040370. OLE color: 10040370.

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

Color convert

RGB 50 52 153 -
CMYK 0.67 0.66 0 0.4
HSL 238.83º 0.51% 0.4% -
HSV(B) 238.83º 0.67% 0.6% -
XYZ 8.29 5.43 30.75 -
YUV 62.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 50 52 153 0.67 0.66 0 0.4 238.83 0.51 0.4
Hex 32 34 99 43 42 0 28 EF 33 28
Octal 62 64 231 103 102 0 50 357 63 50
Binary 110010 110100 10011001 1000011 1000010 0 101000 11101111 110011 101000

Color Harmonies of #323499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323499

Black with #323499

Text Example


Text Example

White with #323499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323499; }

 p { color: rgb(50,52,153); }

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

background-color css

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

 a { background-color: rgb(50,52,153); }

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

border-color css

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

 span { border-color: rgb(50,52,153); }

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