Html Css Color HEX #392E73 Minsk

📋 copy color: '#392E73'

red 57 ◦ green 46 ◦ blue 115

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

Shades of Minsk #392E73

Tints of Minsk #392E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 26.15%
G = 21.1%
B = 52.75%

CMYK

 C value IS 0.50

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392E73 (or 0x392E73) is known color: Minsk. HEX triplet: 39, 2E and 73. RGB value is (57,46,115). Sum of RGB (Red+Green+Blue) = 57+46+115=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #392E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E73 is #C6D18C. Grayscale: #383838. Windows color (decimal): -13029773 or 7548473. OLE color: 7548473.

HSL color Cylindrical-coordinate representation of color #392E73: hue angle of 249.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392E73 is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 46 115 -
CMYK 0.50 0.6 0 0.55
HSL 249.57º 0.43% 0.32% -
HSV(B) 249.57º 0.6% 0.45% -
XYZ 5.76 4.06 16.7 -
YUV 57.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 57 46 115 0.50 0.6 0 0.55 249.57 0.43 0.32
Hex 39 2E 73 32 3C 0 37 FA 2B 20
Octal 71 56 163 62 74 0 67 372 53 40
Binary 111001 101110 1110011 110010 111100 0 110111 11111010 101011 100000

Color Harmonies of #392E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E73

Black with #392E73

Text Example


Text Example

White with #392E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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