Shades of Blumine #38616F
Tints of Blumine #38616F
RGB
CMYK
RGB Variations
Color information
#38616F (or 0x38616F) is known color: Blumine. HEX triplet: 38, 61 and 6F. RGB value is (56,97,111). Sum of RGB (Red+Green+Blue) = 56+97+111=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #38616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38616F is #C79E90. Grayscale: #565656. Windows color (decimal): -13082257 or 7299384. OLE color: 7299384.
HSL color Cylindrical-coordinate representation of color #38616F: hue angle of 195.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38616F is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 97 | 111 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.56 |
| HSL | 195.27º | 0.33% | 0.33% | - |
| HSV(B) | 195.27º | 0.5% | 0.44% | - |
| XYZ | 8.77 | 10.54 | 16.61 | - |
| YUV | 86.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 111 | 0.50 | 0.13 | 0 | 0.56 | 195.27 | 0.33 | 0.33 |
| Hex | 38 | 61 | 6F | 32 | D | 0 | 38 | C3 | 21 | 21 |
| Octal | 70 | 141 | 157 | 62 | 15 | 0 | 70 | 303 | 41 | 41 |
| Binary | 111000 | 1100001 | 1101111 | 110010 | 1101 | 0 | 111000 | 11000011 | 100001 | 100001 |
Color Harmonies of #38616F
Complementary color
Monochromatic Colors of #38616F
Black with #38616F
Text Example
Text Example
White with #38616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38616F; }
p { color: rgb(56,97,111); }
H1.HeaderClassName
{
color: #38616F;
}
.AnyTagClassName
{
color: #38616F;
}
</style>
background-color css
<style>
a { background-color: #38616F; }
a { background-color: rgb(56,97,111); }
div.DivClassName
{
background-color: #38616F;
}
.BgClassName
{
background-color: #38616F;
}
</style>
border-color css
<style>
span { border-color: #38616F; }
span { border-color: rgb(56,97,111); }
td.TdClassName
{
border-color: #38616F;
}
.TagClassName
{
border-color: #38616F;
}
</style>