Html Css Color HEX #3A3173 Minsk

📋 copy color: '#3A3173'

red 58 ◦ green 49 ◦ blue 115

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

Shades of Minsk #3A3173

Tints of Minsk #3A3173

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

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

R = 26.13%
G = 22.07%
B = 51.8%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A3173 (or 0x3A3173) is known color: Minsk. HEX triplet: 3A, 31 and 73. RGB value is (58,49,115). Sum of RGB (Red+Green+Blue) = 58+49+115=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3173 is #C5CE8C. Grayscale: #3A3A3A. Windows color (decimal): -12963469 or 7549242. OLE color: 7549242.

HSL color Cylindrical-coordinate representation of color #3A3173: hue angle of 248.18º 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 #3A3173 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 49 115 -
CMYK 0.50 0.57 0 0.55
HSL 248.18º 0.4% 0.32% -
HSV(B) 248.18º 0.57% 0.45% -
XYZ 5.94 4.33 16.74 -
YUV 59.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 58 49 115 0.50 0.57 0 0.55 248.18 0.4 0.32
Hex 3A 31 73 32 39 0 37 F8 28 20
Octal 72 61 163 62 71 0 67 370 50 40
Binary 111010 110001 1110011 110010 111001 0 110111 11111000 101000 100000

Color Harmonies of #3A3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3173

Black with #3A3173

Text Example


Text Example

White with #3A3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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