Html Css Color HEX #393090 Dark Slate Blue

📋 copy color: '#393090'

red 57 ◦ green 48 ◦ blue 144

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

Shades of Dark Slate Blue #393090

Tints of Dark Slate Blue #393090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 22.89%
G = 19.28%
B = 57.83%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#393090 (or 0x393090) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 90. RGB value is (57,48,144). Sum of RGB (Red+Green+Blue) = 57+48+144=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #393090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393090 is #C6CF6F. Grayscale: #3D3D3D. Windows color (decimal): -13029232 or 9449529. OLE color: 9449529.

HSL color Cylindrical-coordinate representation of color #393090: hue angle of 245.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393090 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 48 144 -
CMYK 0.60 0.67 0 0.44
HSL 245.63º 0.5% 0.38% -
HSV(B) 245.63º 0.67% 0.56% -
XYZ 7.78 5 26.94 -
YUV 61.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 57 48 144 0.60 0.67 0 0.44 245.63 0.5 0.38
Hex 39 30 90 3C 43 0 2C F6 32 26
Octal 71 60 220 74 103 0 54 366 62 46
Binary 111001 110000 10010000 111100 1000011 0 101100 11110110 110010 100110

Color Harmonies of #393090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393090

Black with #393090

Text Example


Text Example

White with #393090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393090; }

 p { color: rgb(57,48,144); }

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

background-color css

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

 a { background-color: rgb(57,48,144); }

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

border-color css

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

 span { border-color: rgb(57,48,144); }

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