Html Css Color HEX #3B3173 Minsk

📋 copy color: '#3B3173'

red 59 ◦ green 49 ◦ blue 115

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

Shades of Minsk #3B3173

Tints of Minsk #3B3173

RGB

 RED value IS 59 (23.44% from 255) = 26.46%

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 26.46%
G = 21.97%
B = 51.57%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B3173 (or 0x3B3173) is known color: Minsk. HEX triplet: 3B, 31 and 73. RGB value is (59,49,115). Sum of RGB (Red+Green+Blue) = 59+49+115=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3173 is #C4CE8C. Grayscale: #3B3B3B. Windows color (decimal): -12897933 or 7549243. OLE color: 7549243.

HSL color Cylindrical-coordinate representation of color #3B3173: hue angle of 249.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B3173 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 49 115 -
CMYK 0.49 0.57 0 0.55
HSL 249.09º 0.4% 0.32% -
HSV(B) 249.09º 0.57% 0.45% -
XYZ 6 4.36 16.75 -
YUV 59.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 59 49 115 0.49 0.57 0 0.55 249.09 0.4 0.32
Hex 3B 31 73 31 39 0 37 F9 28 20
Octal 73 61 163 61 71 0 67 371 50 40
Binary 111011 110001 1110011 110001 111001 0 110111 11111001 101000 100000

Color Harmonies of #3B3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3173

Black with #3B3173

Text Example


Text Example

White with #3B3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3173; }

 p { color: rgb(59,49,115); }

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

background-color css

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

 a { background-color: rgb(59,49,115); }

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

border-color css

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

 span { border-color: rgb(59,49,115); }

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