#3A2B63

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

Shades of Minsk #3A2B63

Tints of Minsk #3A2B63

Color information

#3A2B63 (or 0x3A2B63) is unknown color: approx Minsk. HEX triplet: 3A, 2B and 63. RGB value is (58,43,99). Sum of RGB (Red+Green+Blue) = 58+43+99=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A2B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2B63 is #C5D49C. Grayscale: #353535. Windows color (decimal): -12965021 or 6499130. OLE color: 6499130.

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

Color convert

RGB584399-
CMYK0.410.5700.61
HSL256.07º39.44%27.84%-
HSV(B)256.07º56.57%38.82%-
XYZ4.863.5312.23-
YUV53.87153.47130.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=29%
G=21.5%
B=49.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5843990.410.5700.61256.0739.4427.84
Hex3A2B63293903D100271c
Octal725314351710754004734
Binary1110101010111100011101001111001011110110000000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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