Html Css Color HEX #393299 Dark Slate Blue

📋 copy color: '#393299'

red 57 ◦ green 50 ◦ blue 153

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

Shades of Dark Slate Blue #393299

Tints of Dark Slate Blue #393299

RGB

 RED value IS 57 (22.66% from 255) = 21.92%

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

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

R = 21.92%
G = 19.23%
B = 58.85%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393299 (or 0x393299) is known color: Dark Slate Blue. HEX triplet: 39, 32 and 99. RGB value is (57,50,153). Sum of RGB (Red+Green+Blue) = 57+50+153=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #393299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393299 is #C6CD66. Grayscale: #3F3F3F. Windows color (decimal): -13028711 or 10039865. OLE color: 10039865.

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

Color convert

RGB 57 50 153 -
CMYK 0.63 0.67 0 0.4
HSL 244.08º 0.51% 0.4% -
HSV(B) 244.08º 0.67% 0.6% -
XYZ 8.58 5.45 30.74 -
YUV 63.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 57 50 153 0.63 0.67 0 0.4 244.08 0.51 0.4
Hex 39 32 99 3F 43 0 28 F4 33 28
Octal 71 62 231 77 103 0 50 364 63 50
Binary 111001 110010 10011001 111111 1000011 0 101000 11110100 110011 101000

Color Harmonies of #393299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393299

Black with #393299

Text Example


Text Example

White with #393299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393299; }

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

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

background-color css

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

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

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

border-color css

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

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

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