Html Css Color HEX #393073 Minsk

📋 copy color: '#393073'

red 57 ◦ green 48 ◦ blue 115

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

Shades of Minsk #393073

Tints of Minsk #393073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 25.91%
G = 21.82%
B = 52.27%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#393073 (or 0x393073) is known color: Minsk. HEX triplet: 39, 30 and 73. RGB value is (57,48,115). Sum of RGB (Red+Green+Blue) = 57+48+115=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #393073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393073 is #C6CF8C. Grayscale: #3A3A3A. Windows color (decimal): -13029261 or 7548985. OLE color: 7548985.

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

Color convert

RGB 57 48 115 -
CMYK 0.50 0.58 0 0.55
HSL 248.06º 0.41% 0.32% -
HSV(B) 248.06º 0.58% 0.45% -
XYZ 5.84 4.22 16.73 -
YUV 58.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 57 48 115 0.50 0.58 0 0.55 248.06 0.41 0.32
Hex 39 30 73 32 3A 0 37 F8 29 20
Octal 71 60 163 62 72 0 67 370 51 40
Binary 111001 110000 1110011 110010 111010 0 110111 11111000 101001 100000

Color Harmonies of #393073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393073

Black with #393073

Text Example


Text Example

White with #393073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393073; }

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

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

background-color css

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

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

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

border-color css

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

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

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