Html Css Color HEX #392E6B Minsk

📋 copy color: '#392E6B'

red 57 ◦ green 46 ◦ blue 107

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

Shades of Minsk #392E6B

Tints of Minsk #392E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 27.14%
G = 21.9%
B = 50.95%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#392E6B (or 0x392E6B) is known color: Minsk. HEX triplet: 39, 2E and 6B. RGB value is (57,46,107). Sum of RGB (Red+Green+Blue) = 57+46+107=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #392E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E6B is #C6D194. Grayscale: #383838. Windows color (decimal): -13029781 or 7024185. OLE color: 7024185.

HSL color Cylindrical-coordinate representation of color #392E6B: hue angle of 250.82º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #392E6B is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 46 107 -
CMYK 0.47 0.57 0 0.58
HSL 250.82º 0.4% 0.3% -
HSV(B) 250.82º 0.57% 0.42% -
XYZ 5.32 3.89 14.38 -
YUV 56.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 57 46 107 0.47 0.57 0 0.58 250.82 0.4 0.3
Hex 39 2E 6B 2F 39 0 3A FB 28 1E
Octal 71 56 153 57 71 0 72 373 50 36
Binary 111001 101110 1101011 101111 111001 0 111010 11111011 101000 11110

Color Harmonies of #392E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E6B

Black with #392E6B

Text Example


Text Example

White with #392E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392E6B; }

 p { color: rgb(57,46,107); }

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

background-color css

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

 a { background-color: rgb(57,46,107); }

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

border-color css

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

 span { border-color: rgb(57,46,107); }

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