Shades of Blumine #26626C
Tints of Blumine #26626C
RGB
CMYK
RGB Variations
Color information
#26626C (or 0x26626C) is known color: Blumine. HEX triplet: 26, 62 and 6C. RGB value is (38,98,108). Sum of RGB (Red+Green+Blue) = 38+98+108=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #26626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26626C is #D99D93. Grayscale: #515151. Windows color (decimal): -14261652 or 7103014. OLE color: 7103014.
HSL color Cylindrical-coordinate representation of color #26626C: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26626C is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 98 | 108 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.58 |
| HSL | 188.57º | 0.48% | 0.29% | - |
| HSV(B) | 188.57º | 0.65% | 0.42% | - |
| XYZ | 7.87 | 10.23 | 15.75 | - |
| YUV | 81.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 108 | 0.65 | 0.09 | 0 | 0.58 | 188.57 | 0.48 | 0.29 |
| Hex | 26 | 62 | 6C | 41 | 9 | 0 | 3A | BD | 30 | 1D |
| Octal | 46 | 142 | 154 | 101 | 11 | 0 | 72 | 275 | 60 | 35 |
| Binary | 100110 | 1100010 | 1101100 | 1000001 | 1001 | 0 | 111010 | 10111101 | 110000 | 11101 |
Color Harmonies of #26626C
Complementary color
Monochromatic Colors of #26626C
Black with #26626C
Text Example
Text Example
White with #26626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26626C; }
p { color: rgb(38,98,108); }
H1.HeaderClassName
{
color: #26626C;
}
.AnyTagClassName
{
color: #26626C;
}
</style>
background-color css
<style>
a { background-color: #26626C; }
a { background-color: rgb(38,98,108); }
div.DivClassName
{
background-color: #26626C;
}
.BgClassName
{
background-color: #26626C;
}
</style>
border-color css
<style>
span { border-color: #26626C; }
span { border-color: rgb(38,98,108); }
td.TdClassName
{
border-color: #26626C;
}
.TagClassName
{
border-color: #26626C;
}
</style>