Html Css Color HEX #392E9A Dark Slate Blue

📋 copy color: '#392E9A'

red 57 ◦ green 46 ◦ blue 154

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

Shades of Dark Slate Blue #392E9A

Tints of Dark Slate Blue #392E9A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 154 (60.55% from 255) = 59.92%

R = 22.18%
G = 17.9%
B = 59.92%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#392E9A (or 0x392E9A) is known color: Dark Slate Blue. HEX triplet: 39, 2E and 9A. RGB value is (57,46,154). Sum of RGB (Red+Green+Blue) = 57+46+154=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #392E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E9A is #C6D165. Grayscale: #3D3D3D. Windows color (decimal): -13029734 or 10104377. OLE color: 10104377.

HSL color Cylindrical-coordinate representation of color #392E9A: hue angle of 246.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392E9A is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 46 154 -
CMYK 0.63 0.70 0 0.40
HSL 246.11º 0.54% 0.39% -
HSV(B) 246.11º 0.7% 0.6% -
XYZ 8.5 5.16 31.12 -
YUV 61.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 57 46 154 0.63 0.70 0 0.40 246.11 0.54 0.39
Hex 39 2E 9A 3F 46 0 28 F6 36 27
Octal 71 56 232 77 106 0 50 366 66 47
Binary 111001 101110 10011010 111111 1000110 0 101000 11110110 110110 100111

Color Harmonies of #392E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E9A

Black with #392E9A

Text Example


Text Example

White with #392E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392E9A; }

 p { color: rgb(57,46,154); }

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

background-color css

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

 a { background-color: rgb(57,46,154); }

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

border-color css

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

 span { border-color: rgb(57,46,154); }

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