#3A3373

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

Shades of Minsk #3A3373

Tints of Minsk #3A3373

Color information

#3A3373 (or 0x3A3373) is unknown color: approx Minsk. HEX triplet: 3A, 33 and 73. RGB value is (58,51,115). Sum of RGB (Red+Green+Blue) = 58+51+115=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3373 is #C5CC8C. Grayscale: #3C3C3C. Windows color (decimal): -12962957 or 7549754. OLE color: 7549754.

HSL color Cylindrical-coordinate representation of color #3A3373: hue angle of 246.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3373 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5851115-
CMYK0.500.5600.55
HSL246.56º38.55%32.55%-
HSV(B)246.56º55.65%45.1%-
XYZ6.024.516.77-
YUV60.39158.82126.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=25.89%
G=22.77%
B=51.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58511150.500.5600.55246.5638.5532.55
Hex3A33733238037f72721
Octal726316362700673674741
Binary1110101100111110011110010111000011011111110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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