Html Css Color HEX #393085 Dark Slate Blue

📋 copy color: '#393085'

red 57 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #393085

Tints of Dark Slate Blue #393085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 23.95%
G = 20.17%
B = 55.88%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#393085 (or 0x393085) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 85. RGB value is (57,48,133). Sum of RGB (Red+Green+Blue) = 57+48+133=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #393085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393085 is #C6CF7A. Grayscale: #3C3C3C. Windows color (decimal): -13029243 or 8728633. OLE color: 8728633.

HSL color Cylindrical-coordinate representation of color #393085: hue angle of 246.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393085 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 48 133 -
CMYK 0.57 0.64 0 0.48
HSL 246.35º 0.47% 0.35% -
HSV(B) 246.35º 0.64% 0.52% -
XYZ 6.98 4.68 22.73 -
YUV 60.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 57 48 133 0.57 0.64 0 0.48 246.35 0.47 0.35
Hex 39 30 85 39 40 0 30 F6 2F 23
Octal 71 60 205 71 100 0 60 366 57 43
Binary 111001 110000 10000101 111001 1000000 0 110000 11110110 101111 100011

Color Harmonies of #393085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393085

Black with #393085

Text Example


Text Example

White with #393085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393085; }

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

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

background-color css

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

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

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

border-color css

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

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

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