Html Css Color HEX #393F99 Dark Slate Blue

📋 copy color: '#393F99'

red 57 ◦ green 63 ◦ blue 153

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

Shades of Dark Slate Blue #393F99

Tints of Dark Slate Blue #393F99

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 20.88%
G = 23.08%
B = 56.04%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393F99 (or 0x393F99) is known color: Dark Slate Blue. HEX triplet: 39, 3F and 99. RGB value is (57,63,153). Sum of RGB (Red+Green+Blue) = 57+63+153=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #393F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F99 is #C6C066. Grayscale: #474747. Windows color (decimal): -13025383 or 10043193. OLE color: 10043193.

HSL color Cylindrical-coordinate representation of color #393F99: hue angle of 236.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393F99 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 63 153 -
CMYK 0.63 0.59 0 0.4
HSL 236.25º 0.46% 0.41% -
HSV(B) 236.25º 0.63% 0.6% -
XYZ 9.21 6.72 30.95 -
YUV 71.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 57 63 153 0.63 0.59 0 0.4 236.25 0.46 0.41
Hex 39 3F 99 3F 3B 0 28 EC 2E 29
Octal 71 77 231 77 73 0 50 354 56 51
Binary 111001 111111 10011001 111111 111011 0 101000 11101100 101110 101001

Color Harmonies of #393F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F99

Black with #393F99

Text Example


Text Example

White with #393F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393F99; }

 p { color: rgb(57,63,153); }

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

background-color css

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

 a { background-color: rgb(57,63,153); }

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

border-color css

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

 span { border-color: rgb(57,63,153); }

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