Shades of Blumine #265E6D
Tints of Blumine #265E6D
RGB
CMYK
RGB Variations
Color information
#265E6D (or 0x265E6D) is known color: Blumine. HEX triplet: 26, 5E and 6D. RGB value is (38,94,109). Sum of RGB (Red+Green+Blue) = 38+94+109=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #265E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6D is #D9A192. Grayscale: #4E4E4E. Windows color (decimal): -14262675 or 7167526. OLE color: 7167526.
HSL color Cylindrical-coordinate representation of color #265E6D: hue angle of 192.68º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265E6D is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 94 | 109 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.57 |
| HSL | 192.68º | 0.48% | 0.29% | - |
| HSV(B) | 192.68º | 0.65% | 0.43% | - |
| XYZ | 7.56 | 9.52 | 15.91 | - |
| YUV | 78.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 109 | 0.65 | 0.14 | 0 | 0.57 | 192.68 | 0.48 | 0.29 |
| Hex | 26 | 5E | 6D | 41 | E | 0 | 39 | C1 | 30 | 1D |
| Octal | 46 | 136 | 155 | 101 | 16 | 0 | 71 | 301 | 60 | 35 |
| Binary | 100110 | 1011110 | 1101101 | 1000001 | 1110 | 0 | 111001 | 11000001 | 110000 | 11101 |
Color Harmonies of #265E6D
Complementary color
Monochromatic Colors of #265E6D
Black with #265E6D
Text Example
Text Example
White with #265E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E6D; }
p { color: rgb(38,94,109); }
H1.HeaderClassName
{
color: #265E6D;
}
.AnyTagClassName
{
color: #265E6D;
}
</style>
background-color css
<style>
a { background-color: #265E6D; }
a { background-color: rgb(38,94,109); }
div.DivClassName
{
background-color: #265E6D;
}
.BgClassName
{
background-color: #265E6D;
}
</style>
border-color css
<style>
span { border-color: #265E6D; }
span { border-color: rgb(38,94,109); }
td.TdClassName
{
border-color: #265E6D;
}
.TagClassName
{
border-color: #265E6D;
}
</style>