Shades of Blumine #38667A
Tints of Blumine #38667A
RGB
CMYK
RGB Variations
Color information
#38667A (or 0x38667A) is known color: Blumine. HEX triplet: 38, 66 and 7A. RGB value is (56,102,122). Sum of RGB (Red+Green+Blue) = 56+102+122=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #38667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38667A is #C79985. Grayscale: #5A5A5A. Windows color (decimal): -13080966 or 8021560. OLE color: 8021560.
HSL color Cylindrical-coordinate representation of color #38667A: hue angle of 198.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38667A is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 102 | 122 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.52 |
| HSL | 198.18º | 0.37% | 0.35% | - |
| HSV(B) | 198.18º | 0.54% | 0.48% | - |
| XYZ | 9.9 | 11.75 | 20.16 | - |
| YUV | 90.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 122 | 0.54 | 0.16 | 0 | 0.52 | 198.18 | 0.37 | 0.35 |
| Hex | 38 | 66 | 7A | 36 | 10 | 0 | 34 | C6 | 25 | 23 |
| Octal | 70 | 146 | 172 | 66 | 20 | 0 | 64 | 306 | 45 | 43 |
| Binary | 111000 | 1100110 | 1111010 | 110110 | 10000 | 0 | 110100 | 11000110 | 100101 | 100011 |
Color Harmonies of #38667A
Complementary color
Monochromatic Colors of #38667A
Black with #38667A
Text Example
Text Example
White with #38667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38667A; }
p { color: rgb(56,102,122); }
H1.HeaderClassName
{
color: #38667A;
}
.AnyTagClassName
{
color: #38667A;
}
</style>
background-color css
<style>
a { background-color: #38667A; }
a { background-color: rgb(56,102,122); }
div.DivClassName
{
background-color: #38667A;
}
.BgClassName
{
background-color: #38667A;
}
</style>
border-color css
<style>
span { border-color: #38667A; }
span { border-color: rgb(56,102,122); }
td.TdClassName
{
border-color: #38667A;
}
.TagClassName
{
border-color: #38667A;
}
</style>