Shades of Blumine #265E6C
Tints of Blumine #265E6C
RGB
CMYK
RGB Variations
Color information
#265E6C (or 0x265E6C) is known color: Blumine. HEX triplet: 26, 5E and 6C. RGB value is (38,94,108). Sum of RGB (Red+Green+Blue) = 38+94+108=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #265E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6C is #D9A193. Grayscale: #4E4E4E. Windows color (decimal): -14262676 or 7101990. OLE color: 7101990.
HSL color Cylindrical-coordinate representation of color #265E6C: hue angle of 192º 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 #265E6C is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 94 | 108 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.58 |
| HSL | 192º | 0.48% | 0.29% | - |
| HSV(B) | 192º | 0.65% | 0.42% | - |
| XYZ | 7.51 | 9.5 | 15.63 | - |
| YUV | 78.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 108 | 0.65 | 0.13 | 0 | 0.58 | 192 | 0.48 | 0.29 |
| Hex | 26 | 5E | 6C | 41 | D | 0 | 3A | C0 | 30 | 1D |
| Octal | 46 | 136 | 154 | 101 | 15 | 0 | 72 | 300 | 60 | 35 |
| Binary | 100110 | 1011110 | 1101100 | 1000001 | 1101 | 0 | 111010 | 11000000 | 110000 | 11101 |
Color Harmonies of #265E6C
Complementary color
Monochromatic Colors of #265E6C
Black with #265E6C
Text Example
Text Example
White with #265E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E6C; }
p { color: rgb(38,94,108); }
H1.HeaderClassName
{
color: #265E6C;
}
.AnyTagClassName
{
color: #265E6C;
}
</style>
background-color css
<style>
a { background-color: #265E6C; }
a { background-color: rgb(38,94,108); }
div.DivClassName
{
background-color: #265E6C;
}
.BgClassName
{
background-color: #265E6C;
}
</style>
border-color css
<style>
span { border-color: #265E6C; }
span { border-color: rgb(38,94,108); }
td.TdClassName
{
border-color: #265E6C;
}
.TagClassName
{
border-color: #265E6C;
}
</style>