Html Css Color HEX #393798 Dark Slate Blue

📋 copy color: '#393798'

red 57 ◦ green 55 ◦ blue 152

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

Shades of Dark Slate Blue #393798

Tints of Dark Slate Blue #393798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 21.59%
G = 20.83%
B = 57.58%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#393798 (or 0x393798) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 98. RGB value is (57,55,152). Sum of RGB (Red+Green+Blue) = 57+55+152=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #393798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393798 is #C6C867. Grayscale: #424242. Windows color (decimal): -13027432 or 9975609. OLE color: 9975609.

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

Color convert

RGB 57 55 152 -
CMYK 0.62 0.64 0 0.40
HSL 241.24º 0.47% 0.41% -
HSV(B) 241.24º 0.64% 0.6% -
XYZ 8.72 5.87 30.38 -
YUV 66.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 57 55 152 0.62 0.64 0 0.40 241.24 0.47 0.41
Hex 39 37 98 3E 40 0 28 F1 2F 29
Octal 71 67 230 76 100 0 50 361 57 51
Binary 111001 110111 10011000 111110 1000000 0 101000 11110001 101111 101001

Color Harmonies of #393798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393798

Black with #393798

Text Example


Text Example

White with #393798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393798; }

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

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

background-color css

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

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

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

border-color css

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

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

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