Shades of Blumine #26606F
Tints of Blumine #26606F
RGB
CMYK
RGB Variations
Color information
#26606F (or 0x26606F) is known color: Blumine. HEX triplet: 26, 60 and 6F. RGB value is (38,96,111). Sum of RGB (Red+Green+Blue) = 38+96+111=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #26606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26606F is #D99F90. Grayscale: #505050. Windows color (decimal): -14262161 or 7299110. OLE color: 7299110.
HSL color Cylindrical-coordinate representation of color #26606F: hue angle of 192.33º 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 #26606F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 96 | 111 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.56 |
| HSL | 192.33º | 0.49% | 0.29% | - |
| HSV(B) | 192.33º | 0.66% | 0.44% | - |
| XYZ | 7.85 | 9.93 | 16.54 | - |
| YUV | 80.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 111 | 0.66 | 0.14 | 0 | 0.56 | 192.33 | 0.49 | 0.29 |
| Hex | 26 | 60 | 6F | 42 | E | 0 | 38 | C0 | 31 | 1D |
| Octal | 46 | 140 | 157 | 102 | 16 | 0 | 70 | 300 | 61 | 35 |
| Binary | 100110 | 1100000 | 1101111 | 1000010 | 1110 | 0 | 111000 | 11000000 | 110001 | 11101 |
Color Harmonies of #26606F
Complementary color
Monochromatic Colors of #26606F
Black with #26606F
Text Example
Text Example
White with #26606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26606F; }
p { color: rgb(38,96,111); }
H1.HeaderClassName
{
color: #26606F;
}
.AnyTagClassName
{
color: #26606F;
}
</style>
background-color css
<style>
a { background-color: #26606F; }
a { background-color: rgb(38,96,111); }
div.DivClassName
{
background-color: #26606F;
}
.BgClassName
{
background-color: #26606F;
}
</style>
border-color css
<style>
span { border-color: #26606F; }
span { border-color: rgb(38,96,111); }
td.TdClassName
{
border-color: #26606F;
}
.TagClassName
{
border-color: #26606F;
}
</style>