Html Css Color HEX #393069 Minsk

📋 copy color: '#393069'

red 57 ◦ green 48 ◦ blue 105

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

Shades of Minsk #393069

Tints of Minsk #393069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 27.14%
G = 22.86%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393069 (or 0x393069) is known color: Minsk. HEX triplet: 39, 30 and 69. RGB value is (57,48,105). Sum of RGB (Red+Green+Blue) = 57+48+105=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #393069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393069 is #C6CF96. Grayscale: #383838. Windows color (decimal): -13029271 or 6893625. OLE color: 6893625.

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

Color convert

RGB 57 48 105 -
CMYK 0.46 0.54 0 0.59
HSL 249.47º 0.37% 0.3% -
HSV(B) 249.47º 0.54% 0.41% -
XYZ 5.29 4 13.86 -
YUV 57.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 57 48 105 0.46 0.54 0 0.59 249.47 0.37 0.3
Hex 39 30 69 2E 36 0 3B F9 25 1E
Octal 71 60 151 56 66 0 73 371 45 36
Binary 111001 110000 1101001 101110 110110 0 111011 11111001 100101 11110

Color Harmonies of #393069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393069

Black with #393069

Text Example


Text Example

White with #393069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393069; }

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

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

background-color css

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

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

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

border-color css

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

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

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