Html Css Color HEX #393164 Minsk

📋 copy color: '#393164'

red 57 ◦ green 49 ◦ blue 100

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

Shades of Minsk #393164

Tints of Minsk #393164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.54%

R = 27.67%
G = 23.79%
B = 48.54%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393164 (or 0x393164) is known color: Minsk. HEX triplet: 39, 31 and 64. RGB value is (57,49,100). Sum of RGB (Red+Green+Blue) = 57+49+100=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #393164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393164 is #C6CE9B. Grayscale: #393939. Windows color (decimal): -13029020 or 6566201. OLE color: 6566201.

HSL color Cylindrical-coordinate representation of color #393164: hue angle of 249.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #393164 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 49 100 -
CMYK 0.43 0.51 0 0.61
HSL 249.41º 0.34% 0.29% -
HSV(B) 249.41º 0.51% 0.39% -
XYZ 5.09 3.99 12.56 -
YUV 57.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 57 49 100 0.43 0.51 0 0.61 249.41 0.34 0.29
Hex 39 31 64 2B 33 0 3D F9 22 1D
Octal 71 61 144 53 63 0 75 371 42 35
Binary 111001 110001 1100100 101011 110011 0 111101 11111001 100010 11101

Color Harmonies of #393164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393164

Black with #393164

Text Example


Text Example

White with #393164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393164; }

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

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

background-color css

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

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

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

border-color css

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

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

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