Html Css Color HEX #392B73 Minsk

📋 copy color: '#392B73'

red 57 ◦ green 43 ◦ blue 115

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

Shades of Minsk #392B73

Tints of Minsk #392B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 26.51%
G = 20%
B = 53.49%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392B73 (or 0x392B73) is known color: Minsk. HEX triplet: 39, 2B and 73. RGB value is (57,43,115). Sum of RGB (Red+Green+Blue) = 57+43+115=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #392B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B73 is #C6D48C. Grayscale: #373737. Windows color (decimal): -13030541 or 7547705. OLE color: 7547705.

HSL color Cylindrical-coordinate representation of color #392B73: hue angle of 251.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392B73 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 43 115 -
CMYK 0.50 0.63 0 0.55
HSL 251.67º 0.46% 0.31% -
HSV(B) 251.67º 0.63% 0.45% -
XYZ 5.65 3.84 16.66 -
YUV 55.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 57 43 115 0.50 0.63 0 0.55 251.67 0.46 0.31
Hex 39 2B 73 32 3F 0 37 FC 2E 1F
Octal 71 53 163 62 77 0 67 374 56 37
Binary 111001 101011 1110011 110010 111111 0 110111 11111100 101110 11111

Color Harmonies of #392B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B73

Black with #392B73

Text Example


Text Example

White with #392B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,115); }

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

background-color css

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

 a { background-color: rgb(57,43,115); }

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

border-color css

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

 span { border-color: rgb(57,43,115); }

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