Html Css Color HEX #393098 Dark Slate Blue

📋 copy color: '#393098'

red 57 ◦ green 48 ◦ blue 152

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

Shades of Dark Slate Blue #393098

Tints of Dark Slate Blue #393098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 22.18%
G = 18.68%
B = 59.14%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#393098 (or 0x393098) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 98. RGB value is (57,48,152). Sum of RGB (Red+Green+Blue) = 57+48+152=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #393098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393098 is #C6CF67. Grayscale: #3E3E3E. Windows color (decimal): -13029224 or 9973817. OLE color: 9973817.

HSL color Cylindrical-coordinate representation of color #393098: hue angle of 245.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393098 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 48 152 -
CMYK 0.62 0.68 0 0.40
HSL 245.19º 0.52% 0.39% -
HSV(B) 245.19º 0.68% 0.6% -
XYZ 8.41 5.25 30.28 -
YUV 62.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 57 48 152 0.62 0.68 0 0.40 245.19 0.52 0.39
Hex 39 30 98 3E 44 0 28 F5 34 27
Octal 71 60 230 76 104 0 50 365 64 47
Binary 111001 110000 10011000 111110 1000100 0 101000 11110101 110100 100111

Color Harmonies of #393098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393098

Black with #393098

Text Example


Text Example

White with #393098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393098; }

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

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

background-color css

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

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

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

border-color css

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

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

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