Shades of Blumine #265E68
Tints of Blumine #265E68
RGB
CMYK
RGB Variations
Color information
#265E68 (or 0x265E68) is known color: Blumine. HEX triplet: 26, 5E and 68. RGB value is (38,94,104). Sum of RGB (Red+Green+Blue) = 38+94+104=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #265E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E68 is #D9A197. Grayscale: #4E4E4E. Windows color (decimal): -14262680 or 6839846. OLE color: 6839846.
HSL color Cylindrical-coordinate representation of color #265E68: hue angle of 189.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265E68 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 94 | 104 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.59 |
| HSL | 189.09º | 0.46% | 0.28% | - |
| HSV(B) | 189.09º | 0.63% | 0.41% | - |
| XYZ | 7.3 | 9.42 | 14.53 | - |
| YUV | 78.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 104 | 0.63 | 0.10 | 0 | 0.59 | 189.09 | 0.46 | 0.28 |
| Hex | 26 | 5E | 68 | 3F | A | 0 | 3B | BD | 2E | 1C |
| Octal | 46 | 136 | 150 | 77 | 12 | 0 | 73 | 275 | 56 | 34 |
| Binary | 100110 | 1011110 | 1101000 | 111111 | 1010 | 0 | 111011 | 10111101 | 101110 | 11100 |
Color Harmonies of #265E68
Complementary color
Monochromatic Colors of #265E68
Black with #265E68
Text Example
Text Example
White with #265E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E68; }
p { color: rgb(38,94,104); }
H1.HeaderClassName
{
color: #265E68;
}
.AnyTagClassName
{
color: #265E68;
}
</style>
background-color css
<style>
a { background-color: #265E68; }
a { background-color: rgb(38,94,104); }
div.DivClassName
{
background-color: #265E68;
}
.BgClassName
{
background-color: #265E68;
}
</style>
border-color css
<style>
span { border-color: #265E68; }
span { border-color: rgb(38,94,104); }
td.TdClassName
{
border-color: #265E68;
}
.TagClassName
{
border-color: #265E68;
}
</style>