Shades of Blumine #26616F
Tints of Blumine #26616F
RGB
CMYK
RGB Variations
Color information
#26616F (or 0x26616F) is known color: Blumine. HEX triplet: 26, 61 and 6F. RGB value is (38,97,111). Sum of RGB (Red+Green+Blue) = 38+97+111=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #26616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26616F is #D99E90. Grayscale: #505050. Windows color (decimal): -14261905 or 7299366. OLE color: 7299366.
HSL color Cylindrical-coordinate representation of color #26616F: hue angle of 191.51º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26616F is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 97 | 111 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.56 |
| HSL | 191.51º | 0.49% | 0.29% | - |
| HSV(B) | 191.51º | 0.66% | 0.44% | - |
| XYZ | 7.94 | 10.11 | 16.57 | - |
| YUV | 80.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 111 | 0.66 | 0.13 | 0 | 0.56 | 191.51 | 0.49 | 0.29 |
| Hex | 26 | 61 | 6F | 42 | D | 0 | 38 | C0 | 31 | 1D |
| Octal | 46 | 141 | 157 | 102 | 15 | 0 | 70 | 300 | 61 | 35 |
| Binary | 100110 | 1100001 | 1101111 | 1000010 | 1101 | 0 | 111000 | 11000000 | 110001 | 11101 |
Color Harmonies of #26616F
Complementary color
Monochromatic Colors of #26616F
Black with #26616F
Text Example
Text Example
White with #26616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26616F; }
p { color: rgb(38,97,111); }
H1.HeaderClassName
{
color: #26616F;
}
.AnyTagClassName
{
color: #26616F;
}
</style>
background-color css
<style>
a { background-color: #26616F; }
a { background-color: rgb(38,97,111); }
div.DivClassName
{
background-color: #26616F;
}
.BgClassName
{
background-color: #26616F;
}
</style>
border-color css
<style>
span { border-color: #26616F; }
span { border-color: rgb(38,97,111); }
td.TdClassName
{
border-color: #26616F;
}
.TagClassName
{
border-color: #26616F;
}
</style>