Html Css Color HEX #393BA4 Dark Slate Blue

📋 copy color: '#393BA4'

red 57 ◦ green 59 ◦ blue 164

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

Shades of Dark Slate Blue #393BA4

Tints of Dark Slate Blue #393BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.57%

R = 20.36%
G = 21.07%
B = 58.57%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#393BA4 (or 0x393BA4) is known color: Dark Slate Blue. HEX triplet: 39, 3B and A4. RGB value is (57,59,164). Sum of RGB (Red+Green+Blue) = 57+59+164=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #393BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA4 is #C6C45B. Grayscale: #454545. Windows color (decimal): -13026396 or 10763065. OLE color: 10763065.

HSL color Cylindrical-coordinate representation of color #393BA4: hue angle of 238.88º 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 #393BA4 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 59 164 -
CMYK 0.65 0.64 0 0.36
HSL 238.88º 0.48% 0.43% -
HSV(B) 238.88º 0.65% 0.64% -
XYZ 9.95 6.68 35.89 -
YUV 70.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 57 59 164 0.65 0.64 0 0.36 238.88 0.48 0.43
Hex 39 3B A4 41 40 0 24 EF 30 2B
Octal 71 73 244 101 100 0 44 357 60 53
Binary 111001 111011 10100100 1000001 1000000 0 100100 11101111 110000 101011

Color Harmonies of #393BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BA4

Black with #393BA4

Text Example


Text Example

White with #393BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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