Html Css Color HEX #393BA9 Dark Slate Blue

📋 copy color: '#393BA9'

red 57 ◦ green 59 ◦ blue 169

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

Shades of Dark Slate Blue #393BA9

Tints of Dark Slate Blue #393BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 169 (66.41% from 255) = 59.3%

R = 20%
G = 20.7%
B = 59.3%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#393BA9 (or 0x393BA9) is known color: Dark Slate Blue. HEX triplet: 39, 3B and A9. RGB value is (57,59,169). Sum of RGB (Red+Green+Blue) = 57+59+169=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #393BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA9 is #C6C456. Grayscale: #464646. Windows color (decimal): -13026391 or 11090745. OLE color: 11090745.

HSL color Cylindrical-coordinate representation of color #393BA9: hue angle of 238.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393BA9 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 59 169 -
CMYK 0.66 0.65 0 0.34
HSL 238.93º 0.5% 0.44% -
HSV(B) 238.93º 0.66% 0.66% -
XYZ 10.41 6.86 38.31 -
YUV 70.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 57 59 169 0.66 0.65 0 0.34 238.93 0.5 0.44
Hex 39 3B A9 42 41 0 22 EF 32 2C
Octal 71 73 251 102 101 0 42 357 62 54
Binary 111001 111011 10101001 1000010 1000001 0 100010 11101111 110010 101100

Color Harmonies of #393BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BA9

Black with #393BA9

Text Example


Text Example

White with #393BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393BA9; }

 p { color: rgb(57,59,169); }

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

background-color css

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

 a { background-color: rgb(57,59,169); }

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

border-color css

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

 span { border-color: rgb(57,59,169); }

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