Shades of Blumine #265E6B
Tints of Blumine #265E6B
RGB
CMYK
RGB Variations
Color information
#265E6B (or 0x265E6B) is known color: Blumine. HEX triplet: 26, 5E and 6B. RGB value is (38,94,107). Sum of RGB (Red+Green+Blue) = 38+94+107=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #265E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6B is #D9A194. Grayscale: #4E4E4E. Windows color (decimal): -14262677 or 7036454. OLE color: 7036454.
HSL color Cylindrical-coordinate representation of color #265E6B: hue angle of 191.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265E6B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 94 | 107 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.58 |
| HSL | 191.3º | 0.48% | 0.28% | - |
| HSV(B) | 191.3º | 0.64% | 0.42% | - |
| XYZ | 7.46 | 9.48 | 15.35 | - |
| YUV | 78.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 107 | 0.64 | 0.12 | 0 | 0.58 | 191.3 | 0.48 | 0.28 |
| Hex | 26 | 5E | 6B | 40 | C | 0 | 3A | BF | 30 | 1C |
| Octal | 46 | 136 | 153 | 100 | 14 | 0 | 72 | 277 | 60 | 34 |
| Binary | 100110 | 1011110 | 1101011 | 1000000 | 1100 | 0 | 111010 | 10111111 | 110000 | 11100 |
Color Harmonies of #265E6B
Complementary color
Monochromatic Colors of #265E6B
Black with #265E6B
Text Example
Text Example
White with #265E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E6B; }
p { color: rgb(38,94,107); }
H1.HeaderClassName
{
color: #265E6B;
}
.AnyTagClassName
{
color: #265E6B;
}
</style>
background-color css
<style>
a { background-color: #265E6B; }
a { background-color: rgb(38,94,107); }
div.DivClassName
{
background-color: #265E6B;
}
.BgClassName
{
background-color: #265E6B;
}
</style>
border-color css
<style>
span { border-color: #265E6B; }
span { border-color: rgb(38,94,107); }
td.TdClassName
{
border-color: #265E6B;
}
.TagClassName
{
border-color: #265E6B;
}
</style>