Html Css Color HEX #393892 Dark Slate Blue

📋 copy color: '#393892'

red 57 ◦ green 56 ◦ blue 146

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

Shades of Dark Slate Blue #393892

Tints of Dark Slate Blue #393892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 22.01%
G = 21.62%
B = 56.37%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393892 (or 0x393892) is known color: Dark Slate Blue. HEX triplet: 39, 38 and 92. RGB value is (57,56,146). Sum of RGB (Red+Green+Blue) = 57+56+146=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #393892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393892 is #C6C76D. Grayscale: #424242. Windows color (decimal): -13027182 or 9582649. OLE color: 9582649.

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

Color convert

RGB 57 56 146 -
CMYK 0.61 0.62 0 0.43
HSL 240.67º 0.45% 0.4% -
HSV(B) 240.67º 0.62% 0.57% -
XYZ 8.29 5.77 27.87 -
YUV 66.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 57 56 146 0.61 0.62 0 0.43 240.67 0.45 0.4
Hex 39 38 92 3D 3E 0 2B F1 2D 28
Octal 71 70 222 75 76 0 53 361 55 50
Binary 111001 111000 10010010 111101 111110 0 101011 11110001 101101 101000

Color Harmonies of #393892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393892

Black with #393892

Text Example


Text Example

White with #393892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393892; }

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

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

background-color css

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

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

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

border-color css

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

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

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