Shades of Minsk #3F326B
Tints of Minsk #3F326B
RGB
CMYK
RGB Variations
Color information
#3F326B (or 0x3F326B) is known color: Minsk. HEX triplet: 3F, 32 and 6B. RGB value is (63,50,107). Sum of RGB (Red+Green+Blue) = 63+50+107=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F326B is #C0CD94. Grayscale: #3C3C3C. Windows color (decimal): -12635541 or 7025215. OLE color: 7025215.
HSL color Cylindrical-coordinate representation of color #3F326B: hue angle of 253.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F326B is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 50 | 107 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.58 |
| HSL | 253.68º | 0.36% | 0.31% | - |
| HSV(B) | 253.68º | 0.53% | 0.42% | - |
| XYZ | 5.84 | 4.4 | 14.45 | - |
| YUV | 60.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 107 | 0.41 | 0.53 | 0 | 0.58 | 253.68 | 0.36 | 0.31 |
| Hex | 3F | 32 | 6B | 29 | 35 | 0 | 3A | FE | 24 | 1F |
| Octal | 77 | 62 | 153 | 51 | 65 | 0 | 72 | 376 | 44 | 37 |
| Binary | 111111 | 110010 | 1101011 | 101001 | 110101 | 0 | 111010 | 11111110 | 100100 | 11111 |
Color Harmonies of #3F326B
Complementary color
Monochromatic Colors of #3F326B
Black with #3F326B
Text Example
Text Example
White with #3F326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F326B; }
p { color: rgb(63,50,107); }
H1.HeaderClassName
{
color: #3F326B;
}
.AnyTagClassName
{
color: #3F326B;
}
</style>
background-color css
<style>
a { background-color: #3F326B; }
a { background-color: rgb(63,50,107); }
div.DivClassName
{
background-color: #3F326B;
}
.BgClassName
{
background-color: #3F326B;
}
</style>
border-color css
<style>
span { border-color: #3F326B; }
span { border-color: rgb(63,50,107); }
td.TdClassName
{
border-color: #3F326B;
}
.TagClassName
{
border-color: #3F326B;
}
</style>