Html Css Color HEX #393074 Minsk

📋 copy color: '#393074'

red 57 ◦ green 48 ◦ blue 116

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

Shades of Minsk #393074

Tints of Minsk #393074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 25.79%
G = 21.72%
B = 52.49%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#393074 (or 0x393074) is known color: Minsk. HEX triplet: 39, 30 and 74. RGB value is (57,48,116). Sum of RGB (Red+Green+Blue) = 57+48+116=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #393074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393074 is #C6CF8B. Grayscale: #3A3A3A. Windows color (decimal): -13029260 or 7614521. OLE color: 7614521.

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

Color convert

RGB 57 48 116 -
CMYK 0.51 0.59 0 0.55
HSL 247.94º 0.41% 0.32% -
HSV(B) 247.94º 0.59% 0.45% -
XYZ 5.9 4.24 17.03 -
YUV 58.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 57 48 116 0.51 0.59 0 0.55 247.94 0.41 0.32
Hex 39 30 74 33 3B 0 37 F8 29 20
Octal 71 60 164 63 73 0 67 370 51 40
Binary 111001 110000 1110100 110011 111011 0 110111 11111000 101001 100000

Color Harmonies of #393074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393074

Black with #393074

Text Example


Text Example

White with #393074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393074; }

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

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

background-color css

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

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

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

border-color css

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

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

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