Html Css Color HEX #393094 Dark Slate Blue

📋 copy color: '#393094'

red 57 ◦ green 48 ◦ blue 148

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

Shades of Dark Slate Blue #393094

Tints of Dark Slate Blue #393094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 22.53%
G = 18.97%
B = 58.5%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393094 (or 0x393094) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 94. RGB value is (57,48,148). Sum of RGB (Red+Green+Blue) = 57+48+148=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #393094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393094 is #C6CF6B. Grayscale: #3D3D3D. Windows color (decimal): -13029228 or 9711673. OLE color: 9711673.

HSL color Cylindrical-coordinate representation of color #393094: hue angle of 245.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393094 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 48 148 -
CMYK 0.61 0.68 0 0.42
HSL 245.4º 0.51% 0.38% -
HSV(B) 245.4º 0.68% 0.58% -
XYZ 8.09 5.12 28.58 -
YUV 62.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 57 48 148 0.61 0.68 0 0.42 245.4 0.51 0.38
Hex 39 30 94 3D 44 0 2A F5 33 26
Octal 71 60 224 75 104 0 52 365 63 46
Binary 111001 110000 10010100 111101 1000100 0 101010 11110101 110011 100110

Color Harmonies of #393094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393094

Black with #393094

Text Example


Text Example

White with #393094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393094; }

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

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

background-color css

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

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

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

border-color css

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

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

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