Html Css Color HEX #393092 Dark Slate Blue

📋 copy color: '#393092'

red 57 ◦ green 48 ◦ blue 146

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

Shades of Dark Slate Blue #393092

Tints of Dark Slate Blue #393092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 22.71%
G = 19.12%
B = 58.17%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393092 (or 0x393092) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 92. RGB value is (57,48,146). Sum of RGB (Red+Green+Blue) = 57+48+146=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #393092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393092 is #C6CF6D. Grayscale: #3D3D3D. Windows color (decimal): -13029230 or 9580601. OLE color: 9580601.

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

Color convert

RGB 57 48 146 -
CMYK 0.61 0.67 0 0.43
HSL 245.51º 0.51% 0.38% -
HSV(B) 245.51º 0.67% 0.57% -
XYZ 7.93 5.06 27.75 -
YUV 61.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 57 48 146 0.61 0.67 0 0.43 245.51 0.51 0.38
Hex 39 30 92 3D 43 0 2B F6 33 26
Octal 71 60 222 75 103 0 53 366 63 46
Binary 111001 110000 10010010 111101 1000011 0 101011 11110110 110011 100110

Color Harmonies of #393092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393092

Black with #393092

Text Example


Text Example

White with #393092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393092; }

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

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

background-color css

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

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

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

border-color css

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

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

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