Shades of Minsk #41346A
Tints of Minsk #41346A
RGB
CMYK
RGB Variations
Color information
#41346A (or 0x41346A) is known color: Minsk. HEX triplet: 41, 34 and 6A. RGB value is (65,52,106). Sum of RGB (Red+Green+Blue) = 65+52+106=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #41346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41346A is #BECB95. Grayscale: #3D3D3D. Windows color (decimal): -12503958 or 6960193. OLE color: 6960193.
HSL color Cylindrical-coordinate representation of color #41346A: hue angle of 254.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41346A is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 52 | 106 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.58 |
| HSL | 254.44º | 0.34% | 0.31% | - |
| HSV(B) | 254.44º | 0.51% | 0.42% | - |
| XYZ | 6.01 | 4.62 | 14.21 | - |
| YUV | 62.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 106 | 0.39 | 0.51 | 0 | 0.58 | 254.44 | 0.34 | 0.31 |
| Hex | 41 | 34 | 6A | 27 | 33 | 0 | 3A | FE | 22 | 1F |
| Octal | 101 | 64 | 152 | 47 | 63 | 0 | 72 | 376 | 42 | 37 |
| Binary | 1000001 | 110100 | 1101010 | 100111 | 110011 | 0 | 111010 | 11111110 | 100010 | 11111 |
Color Harmonies of #41346A
Complementary color
Monochromatic Colors of #41346A
Black with #41346A
Text Example
Text Example
White with #41346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41346A; }
p { color: rgb(65,52,106); }
H1.HeaderClassName
{
color: #41346A;
}
.AnyTagClassName
{
color: #41346A;
}
</style>
background-color css
<style>
a { background-color: #41346A; }
a { background-color: rgb(65,52,106); }
div.DivClassName
{
background-color: #41346A;
}
.BgClassName
{
background-color: #41346A;
}
</style>
border-color css
<style>
span { border-color: #41346A; }
span { border-color: rgb(65,52,106); }
td.TdClassName
{
border-color: #41346A;
}
.TagClassName
{
border-color: #41346A;
}
</style>