Html Css Color HEX #393064 Minsk

📋 copy color: '#393064'

red 57 ◦ green 48 ◦ blue 100

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

Shades of Minsk #393064

Tints of Minsk #393064

RGB

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

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

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

R = 27.8%
G = 23.41%
B = 48.78%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393064 (or 0x393064) is known color: Minsk. HEX triplet: 39, 30 and 64. RGB value is (57,48,100). Sum of RGB (Red+Green+Blue) = 57+48+100=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #393064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393064 is #C6CF9B. Grayscale: #383838. Windows color (decimal): -13029276 or 6565945. OLE color: 6565945.

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

Color convert

RGB 57 48 100 -
CMYK 0.43 0.52 0 0.61
HSL 250.38º 0.35% 0.29% -
HSV(B) 250.38º 0.52% 0.39% -
XYZ 5.04 3.9 12.54 -
YUV 56.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 57 48 100 0.43 0.52 0 0.61 250.38 0.35 0.29
Hex 39 30 64 2B 34 0 3D FA 23 1D
Octal 71 60 144 53 64 0 75 372 43 35
Binary 111001 110000 1100100 101011 110100 0 111101 11111010 100011 11101

Color Harmonies of #393064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393064

Black with #393064

Text Example


Text Example

White with #393064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393064; }

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

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

background-color css

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

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

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

border-color css

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

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

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