Shades of Minsk #382F6B
Tints of Minsk #382F6B
RGB
CMYK
RGB Variations
Color information
#382F6B (or 0x382F6B) is known color: Minsk. HEX triplet: 38, 2F and 6B. RGB value is (56,47,107). Sum of RGB (Red+Green+Blue) = 56+47+107=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #382F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F6B is #C7D094. Grayscale: #383838. Windows color (decimal): -13095061 or 7024440. OLE color: 7024440.
HSL color Cylindrical-coordinate representation of color #382F6B: hue angle of 249º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382F6B is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 47 | 107 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.58 |
| HSL | 249º | 0.39% | 0.3% | - |
| HSV(B) | 249º | 0.56% | 0.42% | - |
| XYZ | 5.3 | 3.94 | 14.39 | - |
| YUV | 56.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 107 | 0.48 | 0.56 | 0 | 0.58 | 249 | 0.39 | 0.3 |
| Hex | 38 | 2F | 6B | 30 | 38 | 0 | 3A | F9 | 27 | 1E |
| Octal | 70 | 57 | 153 | 60 | 70 | 0 | 72 | 371 | 47 | 36 |
| Binary | 111000 | 101111 | 1101011 | 110000 | 111000 | 0 | 111010 | 11111001 | 100111 | 11110 |
Color Harmonies of #382F6B
Complementary color
Monochromatic Colors of #382F6B
Black with #382F6B
Text Example
Text Example
White with #382F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F6B; }
p { color: rgb(56,47,107); }
H1.HeaderClassName
{
color: #382F6B;
}
.AnyTagClassName
{
color: #382F6B;
}
</style>
background-color css
<style>
a { background-color: #382F6B; }
a { background-color: rgb(56,47,107); }
div.DivClassName
{
background-color: #382F6B;
}
.BgClassName
{
background-color: #382F6B;
}
</style>
border-color css
<style>
span { border-color: #382F6B; }
span { border-color: rgb(56,47,107); }
td.TdClassName
{
border-color: #382F6B;
}
.TagClassName
{
border-color: #382F6B;
}
</style>