Shades of Minsk #3F3462
Tints of Minsk #3F3462
RGB
CMYK
RGB Variations
Color information
#3F3462 (or 0x3F3462) is known color: Minsk. HEX triplet: 3F, 34 and 62. RGB value is (63,52,98). Sum of RGB (Red+Green+Blue) = 63+52+98=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F3462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3462 is #C0CB9D. Grayscale: #3C3C3C. Windows color (decimal): -12635038 or 6435903. OLE color: 6435903.
HSL color Cylindrical-coordinate representation of color #3F3462: hue angle of 254.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F3462 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 52 | 98 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.62 |
| HSL | 254.35º | 0.31% | 0.29% | - |
| HSV(B) | 254.35º | 0.47% | 0.38% | - |
| XYZ | 5.48 | 4.39 | 12.11 | - |
| YUV | 60.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 98 | 0.36 | 0.47 | 0 | 0.62 | 254.35 | 0.31 | 0.29 |
| Hex | 3F | 34 | 62 | 24 | 2F | 0 | 3E | FE | 1F | 1D |
| Octal | 77 | 64 | 142 | 44 | 57 | 0 | 76 | 376 | 37 | 35 |
| Binary | 111111 | 110100 | 1100010 | 100100 | 101111 | 0 | 111110 | 11111110 | 11111 | 11101 |
Color Harmonies of #3F3462
Complementary color
Monochromatic Colors of #3F3462
Black with #3F3462
Text Example
Text Example
White with #3F3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3462; }
p { color: rgb(63,52,98); }
H1.HeaderClassName
{
color: #3F3462;
}
.AnyTagClassName
{
color: #3F3462;
}
</style>
background-color css
<style>
a { background-color: #3F3462; }
a { background-color: rgb(63,52,98); }
div.DivClassName
{
background-color: #3F3462;
}
.BgClassName
{
background-color: #3F3462;
}
</style>
border-color css
<style>
span { border-color: #3F3462; }
span { border-color: rgb(63,52,98); }
td.TdClassName
{
border-color: #3F3462;
}
.TagClassName
{
border-color: #3F3462;
}
</style>