Html Css Color HEX #393BA5 Dark Slate Blue

📋 copy color: '#393BA5'

red 57 ◦ green 59 ◦ blue 165

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

Shades of Dark Slate Blue #393BA5

Tints of Dark Slate Blue #393BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.72%

R = 20.28%
G = 21%
B = 58.72%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#393BA5 (or 0x393BA5) is known color: Dark Slate Blue. HEX triplet: 39, 3B and A5. RGB value is (57,59,165). Sum of RGB (Red+Green+Blue) = 57+59+165=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #393BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA5 is #C6C45A. Grayscale: #464646. Windows color (decimal): -13026395 or 10828601. OLE color: 10828601.

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

Color convert

RGB 57 59 165 -
CMYK 0.65 0.64 0 0.35
HSL 238.89º 0.49% 0.44% -
HSV(B) 238.89º 0.65% 0.65% -
XYZ 10.04 6.71 36.36 -
YUV 70.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 57 59 165 0.65 0.64 0 0.35 238.89 0.49 0.44
Hex 39 3B A5 41 40 0 23 EF 31 2C
Octal 71 73 245 101 100 0 43 357 61 54
Binary 111001 111011 10100101 1000001 1000000 0 100011 11101111 110001 101100

Color Harmonies of #393BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BA5

Black with #393BA5

Text Example


Text Example

White with #393BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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