Html Css Color HEX #393DA3 Dark Slate Blue

📋 copy color: '#393DA3'

red 57 ◦ green 61 ◦ blue 163

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

Shades of Dark Slate Blue #393DA3

Tints of Dark Slate Blue #393DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 163 (64.06% from 255) = 58.01%

R = 20.28%
G = 21.71%
B = 58.01%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#393DA3 (or 0x393DA3) is known color: Dark Slate Blue. HEX triplet: 39, 3D and A3. RGB value is (57,61,163). Sum of RGB (Red+Green+Blue) = 57+61+163=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 163 (64.06% from 255 or 58.01% from 281); Max value from RGB is 163 - color contains mainly: blue. Hex color #393DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA3 is #C6C25C. Grayscale: #474747. Windows color (decimal): -13025885 or 10698041. OLE color: 10698041.

HSL color Cylindrical-coordinate representation of color #393DA3: hue angle of 237.74º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393DA3 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 61 163 -
CMYK 0.65 0.63 0 0.36
HSL 237.74º 0.48% 0.43% -
HSV(B) 237.74º 0.65% 0.64% -
XYZ 9.97 6.85 35.45 -
YUV 71.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 57 61 163 0.65 0.63 0 0.36 237.74 0.48 0.43
Hex 39 3D A3 41 3F 0 24 EE 30 2B
Octal 71 75 243 101 77 0 44 356 60 53
Binary 111001 111101 10100011 1000001 111111 0 100100 11101110 110000 101011

Color Harmonies of #393DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DA3

Black with #393DA3

Text Example


Text Example

White with #393DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,163); }

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

background-color css

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

 a { background-color: rgb(57,61,163); }

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

border-color css

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

 span { border-color: rgb(57,61,163); }

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