Shades of Blumine #38566C
Tints of Blumine #38566C
RGB
CMYK
RGB Variations
Color information
#38566C (or 0x38566C) is known color: Blumine. HEX triplet: 38, 56 and 6C. RGB value is (56,86,108). Sum of RGB (Red+Green+Blue) = 56+86+108=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #38566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566C is #C7A993. Grayscale: #4F4F4F. Windows color (decimal): -13085076 or 7099960. OLE color: 7099960.
HSL color Cylindrical-coordinate representation of color #38566C: hue angle of 205.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38566C is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 86 | 108 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.58 |
| HSL | 205.38º | 0.32% | 0.32% | - |
| HSV(B) | 205.38º | 0.48% | 0.42% | - |
| XYZ | 7.67 | 8.58 | 15.44 | - |
| YUV | 79.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 108 | 0.48 | 0.20 | 0 | 0.58 | 205.38 | 0.32 | 0.32 |
| Hex | 38 | 56 | 6C | 30 | 14 | 0 | 3A | CD | 20 | 20 |
| Octal | 70 | 126 | 154 | 60 | 24 | 0 | 72 | 315 | 40 | 40 |
| Binary | 111000 | 1010110 | 1101100 | 110000 | 10100 | 0 | 111010 | 11001101 | 100000 | 100000 |
Color Harmonies of #38566C
Complementary color
Monochromatic Colors of #38566C
Black with #38566C
Text Example
Text Example
White with #38566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38566C; }
p { color: rgb(56,86,108); }
H1.HeaderClassName
{
color: #38566C;
}
.AnyTagClassName
{
color: #38566C;
}
</style>
background-color css
<style>
a { background-color: #38566C; }
a { background-color: rgb(56,86,108); }
div.DivClassName
{
background-color: #38566C;
}
.BgClassName
{
background-color: #38566C;
}
</style>
border-color css
<style>
span { border-color: #38566C; }
span { border-color: rgb(56,86,108); }
td.TdClassName
{
border-color: #38566C;
}
.TagClassName
{
border-color: #38566C;
}
</style>