Html Css Color HEX #392E88 Dark Slate Blue

📋 copy color: '#392E88'

red 57 ◦ green 46 ◦ blue 136

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

Shades of Dark Slate Blue #392E88

Tints of Dark Slate Blue #392E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 23.85%
G = 19.25%
B = 56.9%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392E88 (or 0x392E88) is known color: Dark Slate Blue. HEX triplet: 39, 2E and 88. RGB value is (57,46,136). Sum of RGB (Red+Green+Blue) = 57+46+136=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #392E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E88 is #C6D177. Grayscale: #3B3B3B. Windows color (decimal): -13029752 or 8924729. OLE color: 8924729.

HSL color Cylindrical-coordinate representation of color #392E88: hue angle of 247.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392E88 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 46 136 -
CMYK 0.58 0.66 0 0.47
HSL 247.33º 0.49% 0.36% -
HSV(B) 247.33º 0.66% 0.53% -
XYZ 7.11 4.6 23.81 -
YUV 59.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 57 46 136 0.58 0.66 0 0.47 247.33 0.49 0.36
Hex 39 2E 88 3A 42 0 2F F7 31 24
Octal 71 56 210 72 102 0 57 367 61 44
Binary 111001 101110 10001000 111010 1000010 0 101111 11110111 110001 100100

Color Harmonies of #392E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E88

Black with #392E88

Text Example


Text Example

White with #392E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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