Html Css Color HEX #392974 Minsk

📋 copy color: '#392974'

red 57 ◦ green 41 ◦ blue 116

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

Shades of Minsk #392974

Tints of Minsk #392974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 26.64%
G = 19.16%
B = 54.21%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392974 (or 0x392974) is known color: Minsk. HEX triplet: 39, 29 and 74. RGB value is (57,41,116). Sum of RGB (Red+Green+Blue) = 57+41+116=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #392974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392974 is #C6D68B. Grayscale: #363636. Windows color (decimal): -13031052 or 7612729. OLE color: 7612729.

HSL color Cylindrical-coordinate representation of color #392974: hue angle of 252.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392974 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 41 116 -
CMYK 0.51 0.65 0 0.55
HSL 252.8º 0.48% 0.31% -
HSV(B) 252.8º 0.65% 0.45% -
XYZ 5.63 3.72 16.94 -
YUV 54.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 57 41 116 0.51 0.65 0 0.55 252.8 0.48 0.31
Hex 39 29 74 33 41 0 37 FD 30 1F
Octal 71 51 164 63 101 0 67 375 60 37
Binary 111001 101001 1110100 110011 1000001 0 110111 11111101 110000 11111

Color Harmonies of #392974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392974

Black with #392974

Text Example


Text Example

White with #392974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392974; }

 p { color: rgb(57,41,116); }

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

background-color css

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

 a { background-color: rgb(57,41,116); }

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

border-color css

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

 span { border-color: rgb(57,41,116); }

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