Html Css Color HEX #393176 Minsk

📋 copy color: '#393176'

red 57 ◦ green 49 ◦ blue 118

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

Shades of Minsk #393176

Tints of Minsk #393176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 25.45%
G = 21.88%
B = 52.68%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393176 (or 0x393176) is known color: Minsk. HEX triplet: 39, 31 and 76. RGB value is (57,49,118). Sum of RGB (Red+Green+Blue) = 57+49+118=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #393176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393176 is #C6CE89. Grayscale: #3A3A3A. Windows color (decimal): -13029002 or 7745849. OLE color: 7745849.

HSL color Cylindrical-coordinate representation of color #393176: hue angle of 246.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393176 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 49 118 -
CMYK 0.52 0.58 0 0.54
HSL 246.96º 0.41% 0.33% -
HSV(B) 246.96º 0.58% 0.46% -
XYZ 6.06 4.37 17.66 -
YUV 59.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 57 49 118 0.52 0.58 0 0.54 246.96 0.41 0.33
Hex 39 31 76 34 3A 0 36 F7 29 21
Octal 71 61 166 64 72 0 66 367 51 41
Binary 111001 110001 1110110 110100 111010 0 110110 11110111 101001 100001

Color Harmonies of #393176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393176

Black with #393176

Text Example


Text Example

White with #393176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393176; }

 p { color: rgb(57,49,118); }

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

background-color css

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

 a { background-color: rgb(57,49,118); }

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

border-color css

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

 span { border-color: rgb(57,49,118); }

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