Html Css Color HEX #393AA7 Dark Slate Blue

📋 copy color: '#393AA7'

red 57 ◦ green 58 ◦ blue 167

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

Shades of Dark Slate Blue #393AA7

Tints of Dark Slate Blue #393AA7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 167 (65.63% from 255) = 59.22%

R = 20.21%
G = 20.57%
B = 59.22%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#393AA7 (or 0x393AA7) is known color: Dark Slate Blue. HEX triplet: 39, 3A and A7. RGB value is (57,58,167). Sum of RGB (Red+Green+Blue) = 57+58+167=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #393AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AA7 is #C6C558. Grayscale: #454545. Windows color (decimal): -13026649 or 10959417. OLE color: 10959417.

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

Color convert

RGB 57 58 167 -
CMYK 0.66 0.65 0 0.35
HSL 239.45º 0.49% 0.44% -
HSV(B) 239.45º 0.66% 0.65% -
XYZ 10.18 6.69 37.31 -
YUV 70.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 57 58 167 0.66 0.65 0 0.35 239.45 0.49 0.44
Hex 39 3A A7 42 41 0 23 EF 31 2C
Octal 71 72 247 102 101 0 43 357 61 54
Binary 111001 111010 10100111 1000010 1000001 0 100011 11101111 110001 101100

Color Harmonies of #393AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393AA7

Black with #393AA7

Text Example


Text Example

White with #393AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,167); }

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

background-color css

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

 a { background-color: rgb(57,58,167); }

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

border-color css

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

 span { border-color: rgb(57,58,167); }

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