#3A2872

Color #3A2872 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #3A2872

Tints of Minsk #3A2872

Color information

#3A2872 (or 0x3A2872) is unknown color: approx Minsk. HEX triplet: 3A, 28 and 72. RGB value is (58,40,114). Sum of RGB (Red+Green+Blue) = 58+40+114=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2872 is #C5D78D. Grayscale: #353535. Windows color (decimal): -12965774 or 7481402. OLE color: 7481402.

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

Color convert

RGB5840114-
CMYK0.490.6500.55
HSL254.59º48.05%30.2%-
HSV(B)254.59º64.91%44.71%-
XYZ5.543.6316.33-
YUV53.82161.96130.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=27.36%
G=18.87%
B=53.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58401140.490.6500.55254.5948.0530.2
Hex3A28723141037ff301e
Octal7250162611010673776036
Binary1110101010001110010110001100000101101111111111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,114); }

 H1.HeaderClassName
 {
   color: #3A2872;
 }
 .AnyTagClassName
 {
   color: #3A2872;
 }
</style>
background-color css

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

 a { background-color: rgb(58,40,114); }

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

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

 span { border-color: rgb(58,40,114); }

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