Html Css Color HEX #393497 Dark Slate Blue

📋 copy color: '#393497'

red 57 ◦ green 52 ◦ blue 151

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

Shades of Dark Slate Blue #393497

Tints of Dark Slate Blue #393497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 21.92%
G = 20%
B = 58.08%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#393497 (or 0x393497) is known color: Dark Slate Blue. HEX triplet: 39, 34 and 97. RGB value is (57,52,151). Sum of RGB (Red+Green+Blue) = 57+52+151=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #393497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393497 is #C6CB68. Grayscale: #404040. Windows color (decimal): -13028201 or 9909305. OLE color: 9909305.

HSL color Cylindrical-coordinate representation of color #393497: hue angle of 243.03º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393497 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 52 151 -
CMYK 0.62 0.66 0 0.41
HSL 243.03º 0.49% 0.4% -
HSV(B) 243.03º 0.66% 0.59% -
XYZ 8.5 5.56 29.9 -
YUV 64.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 57 52 151 0.62 0.66 0 0.41 243.03 0.49 0.4
Hex 39 34 97 3E 42 0 29 F3 31 28
Octal 71 64 227 76 102 0 51 363 61 50
Binary 111001 110100 10010111 111110 1000010 0 101001 11110011 110001 101000

Color Harmonies of #393497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393497

Black with #393497

Text Example


Text Example

White with #393497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393497; }

 p { color: rgb(57,52,151); }

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

background-color css

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

 a { background-color: rgb(57,52,151); }

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

border-color css

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

 span { border-color: rgb(57,52,151); }

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