#3a3063

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

Shades of Minsk #3A3063

Tints of Minsk #3A3063

Color information

#3A3063 (or 0x3A3063) is unknown color: approx Minsk. HEX triplet: 3A, 30 and 63. RGB value is (58,48,99). Sum of RGB (Red+Green+Blue) = 58+48+99=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3063 is #C5CF9C. Grayscale: #383838. Windows color (decimal): -12963741 or 6500410. OLE color: 6500410.

HSL color Cylindrical-coordinate representation of color #3A3063: hue angle of 251.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A3063 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB584899-
CMYK0.410.5200.61
HSL251.76º34.69%28.82%-
HSV(B)251.76º51.52%38.82%-
XYZ5.053.9112.29-
YUV56.8151.81128.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=28.29%
G=23.41%
B=48.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5848990.410.5200.61251.7634.6928.82
Hex3A3063293403Dfc231d
Octal726014351640753744335
Binary111010110000110001110100111010001111011111110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a3063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,99); }

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

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

 a { background-color: rgb(58,48,99); }

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

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

 span { border-color: rgb(58,48,99); }

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