Html Css Color HEX #393168 Minsk

📋 copy color: '#393168'

red 57 ◦ green 49 ◦ blue 104

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

Shades of Minsk #393168

Tints of Minsk #393168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 27.14%
G = 23.33%
B = 49.52%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393168 (or 0x393168) is known color: Minsk. HEX triplet: 39, 31 and 68. RGB value is (57,49,104). Sum of RGB (Red+Green+Blue) = 57+49+104=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #393168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393168 is #C6CE97. Grayscale: #393939. Windows color (decimal): -13029016 or 6828345. OLE color: 6828345.

HSL color Cylindrical-coordinate representation of color #393168: hue angle of 248.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393168 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 49 104 -
CMYK 0.45 0.53 0 0.59
HSL 248.73º 0.36% 0.3% -
HSV(B) 248.73º 0.53% 0.41% -
XYZ 5.28 4.07 13.6 -
YUV 57.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 57 49 104 0.45 0.53 0 0.59 248.73 0.36 0.3
Hex 39 31 68 2D 35 0 3B F9 24 1E
Octal 71 61 150 55 65 0 73 371 44 36
Binary 111001 110001 1101000 101101 110101 0 111011 11111001 100100 11110

Color Harmonies of #393168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393168

Black with #393168

Text Example


Text Example

White with #393168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393168; }

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

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

background-color css

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

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

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

border-color css

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

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

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