#3A2C67

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

Shades of Minsk #3A2C67

Tints of Minsk #3A2C67

Color information

#3A2C67 (or 0x3A2C67) is unknown color: approx Minsk. HEX triplet: 3A, 2C and 67. RGB value is (58,44,103). Sum of RGB (Red+Green+Blue) = 58+44+103=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A2C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C67 is #C5D398. Grayscale: #363636. Windows color (decimal): -12964761 or 6761530. OLE color: 6761530.

HSL color Cylindrical-coordinate representation of color #3A2C67: hue angle of 254.24º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2C67 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5844103-
CMYK0.440.5700.60
HSL254.24º40.14%28.82%-
HSV(B)254.24º57.28%40.39%-
XYZ5.093.6813.27-
YUV54.91155.14130.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=28.29%
G=21.46%
B=50.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58441030.440.5700.60254.2440.1428.82
Hex3A2C672C3903Cfe281d
Octal725414754710743765035
Binary111010101100110011110110011100101111001111111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,44,103); }

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

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

 a { background-color: rgb(58,44,103); }

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

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

 span { border-color: rgb(58,44,103); }

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