Shades of Minsk #3F306D
Tints of Minsk #3F306D
RGB
CMYK
RGB Variations
Color information
#3F306D (or 0x3F306D) is known color: Minsk. HEX triplet: 3F, 30 and 6D. RGB value is (63,48,109). Sum of RGB (Red+Green+Blue) = 63+48+109=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F306D is #C0CF92. Grayscale: #3B3B3B. Windows color (decimal): -12636051 or 7155775. OLE color: 7155775.
HSL color Cylindrical-coordinate representation of color #3F306D: hue angle of 254.75º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F306D is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 48 | 109 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.57 |
| HSL | 254.75º | 0.39% | 0.31% | - |
| HSV(B) | 254.75º | 0.56% | 0.43% | - |
| XYZ | 5.87 | 4.27 | 14.98 | - |
| YUV | 59.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 109 | 0.42 | 0.56 | 0 | 0.57 | 254.75 | 0.39 | 0.31 |
| Hex | 3F | 30 | 6D | 2A | 38 | 0 | 39 | FF | 27 | 1F |
| Octal | 77 | 60 | 155 | 52 | 70 | 0 | 71 | 377 | 47 | 37 |
| Binary | 111111 | 110000 | 1101101 | 101010 | 111000 | 0 | 111001 | 11111111 | 100111 | 11111 |
Color Harmonies of #3F306D
Complementary color
Monochromatic Colors of #3F306D
Black with #3F306D
Text Example
Text Example
White with #3F306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F306D; }
p { color: rgb(63,48,109); }
H1.HeaderClassName
{
color: #3F306D;
}
.AnyTagClassName
{
color: #3F306D;
}
</style>
background-color css
<style>
a { background-color: #3F306D; }
a { background-color: rgb(63,48,109); }
div.DivClassName
{
background-color: #3F306D;
}
.BgClassName
{
background-color: #3F306D;
}
</style>
border-color css
<style>
span { border-color: #3F306D; }
span { border-color: rgb(63,48,109); }
td.TdClassName
{
border-color: #3F306D;
}
.TagClassName
{
border-color: #3F306D;
}
</style>