Html Css Color HEX #393088 Dark Slate Blue

📋 copy color: '#393088'

red 57 ◦ green 48 ◦ blue 136

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

Shades of Dark Slate Blue #393088

Tints of Dark Slate Blue #393088

RGB

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

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

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

R = 23.65%
G = 19.92%
B = 56.43%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393088 (or 0x393088) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 88. RGB value is (57,48,136). Sum of RGB (Red+Green+Blue) = 57+48+136=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #393088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393088 is #C6CF77. Grayscale: #3C3C3C. Windows color (decimal): -13029240 or 8925241. OLE color: 8925241.

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

Color convert

RGB 57 48 136 -
CMYK 0.58 0.65 0 0.47
HSL 246.14º 0.48% 0.36% -
HSV(B) 246.14º 0.65% 0.53% -
XYZ 7.19 4.76 23.83 -
YUV 60.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 57 48 136 0.58 0.65 0 0.47 246.14 0.48 0.36
Hex 39 30 88 3A 41 0 2F F6 30 24
Octal 71 60 210 72 101 0 57 366 60 44
Binary 111001 110000 10001000 111010 1000001 0 101111 11110110 110000 100100

Color Harmonies of #393088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393088

Black with #393088

Text Example


Text Example

White with #393088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393088; }

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

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

background-color css

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

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

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

border-color css

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

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

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