Html Css Color HEX #323399 Dark Slate Blue

📋 copy color: '#323399'

red 50 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #323399

Tints of Dark Slate Blue #323399

RGB

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

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

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

R = 19.69%
G = 20.08%
B = 60.24%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323399 (or 0x323399) is known color: Dark Slate Blue. HEX triplet: 32, 33 and 99. RGB value is (50,51,153). Sum of RGB (Red+Green+Blue) = 50+51+153=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #323399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323399 is #CDCC66. Grayscale: #3D3D3D. Windows color (decimal): -13487207 or 10040114. OLE color: 10040114.

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

Color convert

RGB 50 51 153 -
CMYK 0.67 0.67 0 0.4
HSL 239.42º 0.51% 0.4% -
HSV(B) 239.42º 0.67% 0.6% -
XYZ 8.25 5.35 30.73 -
YUV 62.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 50 51 153 0.67 0.67 0 0.4 239.42 0.51 0.4
Hex 32 33 99 43 43 0 28 EF 33 28
Octal 62 63 231 103 103 0 50 357 63 50
Binary 110010 110011 10011001 1000011 1000011 0 101000 11101111 110011 101000

Color Harmonies of #323399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323399

Black with #323399

Text Example


Text Example

White with #323399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323399; }

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

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

background-color css

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

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

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

border-color css

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

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

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