Html Css Color HEX #393188 Dark Slate Blue

📋 copy color: '#393188'

red 57 ◦ green 49 ◦ blue 136

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

Shades of Dark Slate Blue #393188

Tints of Dark Slate Blue #393188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 23.55%
G = 20.25%
B = 56.2%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393188 (or 0x393188) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 88. RGB value is (57,49,136). Sum of RGB (Red+Green+Blue) = 57+49+136=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #393188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393188 is #C6CE77. Grayscale: #3C3C3C. Windows color (decimal): -13028984 or 8925497. OLE color: 8925497.

HSL color Cylindrical-coordinate representation of color #393188: hue angle of 245.52º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393188 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 49 136 -
CMYK 0.58 0.64 0 0.47
HSL 245.52º 0.47% 0.36% -
HSV(B) 245.52º 0.64% 0.53% -
XYZ 7.23 4.84 23.85 -
YUV 61.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 57 49 136 0.58 0.64 0 0.47 245.52 0.47 0.36
Hex 39 31 88 3A 40 0 2F F6 2F 24
Octal 71 61 210 72 100 0 57 366 57 44
Binary 111001 110001 10001000 111010 1000000 0 101111 11110110 101111 100100

Color Harmonies of #393188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393188

Black with #393188

Text Example


Text Example

White with #393188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393188; }

 p { color: rgb(57,49,136); }

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

background-color css

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

 a { background-color: rgb(57,49,136); }

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

border-color css

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

 span { border-color: rgb(57,49,136); }

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