Shades of Blumine #38566A
Tints of Blumine #38566A
RGB
CMYK
RGB Variations
Color information
#38566A (or 0x38566A) is known color: Blumine. HEX triplet: 38, 56 and 6A. RGB value is (56,86,106). Sum of RGB (Red+Green+Blue) = 56+86+106=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #38566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566A is #C7A995. Grayscale: #4F4F4F. Windows color (decimal): -13085078 or 6968888. OLE color: 6968888.
HSL color Cylindrical-coordinate representation of color #38566A: hue angle of 204º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38566A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 86 | 106 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.58 |
| HSL | 204º | 0.31% | 0.32% | - |
| HSV(B) | 204º | 0.47% | 0.42% | - |
| XYZ | 7.56 | 8.54 | 14.89 | - |
| YUV | 79.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 106 | 0.47 | 0.19 | 0 | 0.58 | 204 | 0.31 | 0.32 |
| Hex | 38 | 56 | 6A | 2F | 13 | 0 | 3A | CC | 1F | 20 |
| Octal | 70 | 126 | 152 | 57 | 23 | 0 | 72 | 314 | 37 | 40 |
| Binary | 111000 | 1010110 | 1101010 | 101111 | 10011 | 0 | 111010 | 11001100 | 11111 | 100000 |
Color Harmonies of #38566A
Complementary color
Monochromatic Colors of #38566A
Black with #38566A
Text Example
Text Example
White with #38566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38566A; }
p { color: rgb(56,86,106); }
H1.HeaderClassName
{
color: #38566A;
}
.AnyTagClassName
{
color: #38566A;
}
</style>
background-color css
<style>
a { background-color: #38566A; }
a { background-color: rgb(56,86,106); }
div.DivClassName
{
background-color: #38566A;
}
.BgClassName
{
background-color: #38566A;
}
</style>
border-color css
<style>
span { border-color: #38566A; }
span { border-color: rgb(56,86,106); }
td.TdClassName
{
border-color: #38566A;
}
.TagClassName
{
border-color: #38566A;
}
</style>