#3A3374

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

Shades of Minsk #3A3374

Tints of Minsk #3A3374

Color information

#3A3374 (or 0x3A3374) is unknown color: approx Minsk. HEX triplet: 3A, 33 and 74. RGB value is (58,51,116). Sum of RGB (Red+Green+Blue) = 58+51+116=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3374 is #C5CC8B. Grayscale: #3C3C3C. Windows color (decimal): -12962956 or 7615290. OLE color: 7615290.

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

Color convert

RGB5851116-
CMYK0.50.5600.55
HSL246.46º38.92%32.75%-
HSV(B)246.46º56.03%45.49%-
XYZ6.084.5317.08-
YUV60.5159.32126.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=25.78%
G=22.67%
B=51.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58511160.50.5600.55246.4638.9232.75
Hex3A33743238037f62721
Octal726316462700673664741
Binary1110101100111110100110010111000011011111110110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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