Html Css Color HEX #393062 Minsk

📋 copy color: '#393062'

red 57 ◦ green 48 ◦ blue 98

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

Shades of Minsk #393062

Tints of Minsk #393062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 28.08%
G = 23.65%
B = 48.28%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393062 (or 0x393062) is known color: Minsk. HEX triplet: 39, 30 and 62. RGB value is (57,48,98). Sum of RGB (Red+Green+Blue) = 57+48+98=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #393062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393062 is #C6CF9D. Grayscale: #383838. Windows color (decimal): -13029278 or 6434873. OLE color: 6434873.

HSL color Cylindrical-coordinate representation of color #393062: hue angle of 250.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #393062 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 48 98 -
CMYK 0.42 0.51 0 0.62
HSL 250.8º 0.34% 0.29% -
HSV(B) 250.8º 0.51% 0.38% -
XYZ 4.95 3.87 12.04 -
YUV 56.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 57 48 98 0.42 0.51 0 0.62 250.8 0.34 0.29
Hex 39 30 62 2A 33 0 3E FB 22 1D
Octal 71 60 142 52 63 0 76 373 42 35
Binary 111001 110000 1100010 101010 110011 0 111110 11111011 100010 11101

Color Harmonies of #393062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393062

Black with #393062

Text Example


Text Example

White with #393062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393062; }

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

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

background-color css

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

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

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

border-color css

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

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

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