Shades of Minsk #3F3A67
Tints of Minsk #3F3A67
RGB
CMYK
RGB Variations
Color information
#3F3A67 (or 0x3F3A67) is known color: Minsk. HEX triplet: 3F, 3A and 67. RGB value is (63,58,103). Sum of RGB (Red+Green+Blue) = 63+58+103=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F3A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A67 is #C0C598. Grayscale: #404040. Windows color (decimal): -12633497 or 6765119. OLE color: 6765119.
HSL color Cylindrical-coordinate representation of color #3F3A67: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F3A67 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 58 | 103 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.60 |
| HSL | 246.67º | 0.28% | 0.32% | - |
| HSV(B) | 246.67º | 0.44% | 0.4% | - |
| XYZ | 6.01 | 5.06 | 13.49 | - |
| YUV | 64.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 103 | 0.39 | 0.44 | 0 | 0.60 | 246.67 | 0.28 | 0.32 |
| Hex | 3F | 3A | 67 | 27 | 2C | 0 | 3C | F7 | 1C | 20 |
| Octal | 77 | 72 | 147 | 47 | 54 | 0 | 74 | 367 | 34 | 40 |
| Binary | 111111 | 111010 | 1100111 | 100111 | 101100 | 0 | 111100 | 11110111 | 11100 | 100000 |
Color Harmonies of #3F3A67
Complementary color
Monochromatic Colors of #3F3A67
Black with #3F3A67
Text Example
Text Example
White with #3F3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A67; }
p { color: rgb(63,58,103); }
H1.HeaderClassName
{
color: #3F3A67;
}
.AnyTagClassName
{
color: #3F3A67;
}
</style>
background-color css
<style>
a { background-color: #3F3A67; }
a { background-color: rgb(63,58,103); }
div.DivClassName
{
background-color: #3F3A67;
}
.BgClassName
{
background-color: #3F3A67;
}
</style>
border-color css
<style>
span { border-color: #3F3A67; }
span { border-color: rgb(63,58,103); }
td.TdClassName
{
border-color: #3F3A67;
}
.TagClassName
{
border-color: #3F3A67;
}
</style>