Html Css Color HEX #393CA0 Dark Slate Blue

📋 copy color: '#393CA0'

red 57 ◦ green 60 ◦ blue 160

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

Shades of Dark Slate Blue #393CA0

Tints of Dark Slate Blue #393CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 160 (62.89% from 255) = 57.76%

R = 20.58%
G = 21.66%
B = 57.76%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#393CA0 (or 0x393CA0) is known color: Dark Slate Blue. HEX triplet: 39, 3C and A0. RGB value is (57,60,160). Sum of RGB (Red+Green+Blue) = 57+60+160=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #393CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CA0 is #C6C35F. Grayscale: #464646. Windows color (decimal): -13026144 or 10501177. OLE color: 10501177.

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

Color convert

RGB 57 60 160 -
CMYK 0.64 0.62 0 0.37
HSL 238.25º 0.47% 0.43% -
HSV(B) 238.25º 0.64% 0.63% -
XYZ 9.65 6.64 34.03 -
YUV 70.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 57 60 160 0.64 0.62 0 0.37 238.25 0.47 0.43
Hex 39 3C A0 40 3E 0 25 EE 2F 2B
Octal 71 74 240 100 76 0 45 356 57 53
Binary 111001 111100 10100000 1000000 111110 0 100101 11101110 101111 101011

Color Harmonies of #393CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CA0

Black with #393CA0

Text Example


Text Example

White with #393CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,60,160); }

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

background-color css

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

 a { background-color: rgb(57,60,160); }

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

border-color css

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

 span { border-color: rgb(57,60,160); }

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