Html Css Color HEX #3B2A71 Minsk

📋 copy color: '#3B2A71'

red 59 ◦ green 42 ◦ blue 113

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

Shades of Minsk #3B2A71

Tints of Minsk #3B2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 27.57%
G = 19.63%
B = 52.8%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B2A71 (or 0x3B2A71) is known color: Minsk. HEX triplet: 3B, 2A and 71. RGB value is (59,42,113). Sum of RGB (Red+Green+Blue) = 59+42+113=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B2A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2A71 is #C4D58E. Grayscale: #363636. Windows color (decimal): -12899727 or 7416379. OLE color: 7416379.

HSL color Cylindrical-coordinate representation of color #3B2A71: hue angle of 254.37º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2A71 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 42 113 -
CMYK 0.48 0.63 0 0.56
HSL 254.37º 0.46% 0.3% -
HSV(B) 254.37º 0.63% 0.44% -
XYZ 5.61 3.78 16.06 -
YUV 55.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 59 42 113 0.48 0.63 0 0.56 254.37 0.46 0.3
Hex 3B 2A 71 30 3F 0 38 FE 2E 1E
Octal 73 52 161 60 77 0 70 376 56 36
Binary 111011 101010 1110001 110000 111111 0 111000 11111110 101110 11110

Color Harmonies of #3B2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2A71

Black with #3B2A71

Text Example


Text Example

White with #3B2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,42,113); }

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

background-color css

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

 a { background-color: rgb(59,42,113); }

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

border-color css

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

 span { border-color: rgb(59,42,113); }

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