Html Css Color HEX #323299 Dark Slate Blue

📋 copy color: '#323299'

red 50 ◦ green 50 ◦ blue 153

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

Shades of Dark Slate Blue #323299

Tints of Dark Slate Blue #323299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 19.76%
G = 19.76%
B = 60.47%

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

#323299 (or 0x323299) is known color: Dark Slate Blue. HEX triplet: 32, 32 and 99. RGB value is (50,50,153). Sum of RGB (Red+Green+Blue) = 50+50+153=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #323299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323299 is #CDCD66. Grayscale: #3D3D3D. Windows color (decimal): -13487463 or 10039858. OLE color: 10039858.

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

Color convert

RGB 50 50 153 -
CMYK 0.67 0.67 0 0.4
HSL 240º 0.51% 0.4% -
HSV(B) 240º 0.67% 0.6% -
XYZ 8.21 5.26 30.72 -
YUV 61.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 50 50 153 0.67 0.67 0 0.4 240 0.51 0.4
Hex 32 32 99 43 43 0 28 F0 33 28
Octal 62 62 231 103 103 0 50 360 63 50
Binary 110010 110010 10011001 1000011 1000011 0 101000 11110000 110011 101000

Color Harmonies of #323299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323299

Black with #323299

Text Example


Text Example

White with #323299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323299; }

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

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

background-color css

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

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

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

border-color css

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

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

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