Shades of Blumine #265F6D
Tints of Blumine #265F6D
RGB
CMYK
RGB Variations
Color information
#265F6D (or 0x265F6D) is known color: Blumine. HEX triplet: 26, 5F and 6D. RGB value is (38,95,109). Sum of RGB (Red+Green+Blue) = 38+95+109=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #265F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F6D is #D9A092. Grayscale: #4F4F4F. Windows color (decimal): -14262419 or 7167782. OLE color: 7167782.
HSL color Cylindrical-coordinate representation of color #265F6D: hue angle of 191.83º 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 #265F6D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 95 | 109 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.57 |
| HSL | 191.83º | 0.48% | 0.29% | - |
| HSV(B) | 191.83º | 0.65% | 0.43% | - |
| XYZ | 7.65 | 9.7 | 15.94 | - |
| YUV | 79.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 109 | 0.65 | 0.13 | 0 | 0.57 | 191.83 | 0.48 | 0.29 |
| Hex | 26 | 5F | 6D | 41 | D | 0 | 39 | C0 | 30 | 1D |
| Octal | 46 | 137 | 155 | 101 | 15 | 0 | 71 | 300 | 60 | 35 |
| Binary | 100110 | 1011111 | 1101101 | 1000001 | 1101 | 0 | 111001 | 11000000 | 110000 | 11101 |
Color Harmonies of #265F6D
Complementary color
Monochromatic Colors of #265F6D
Black with #265F6D
Text Example
Text Example
White with #265F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F6D; }
p { color: rgb(38,95,109); }
H1.HeaderClassName
{
color: #265F6D;
}
.AnyTagClassName
{
color: #265F6D;
}
</style>
background-color css
<style>
a { background-color: #265F6D; }
a { background-color: rgb(38,95,109); }
div.DivClassName
{
background-color: #265F6D;
}
.BgClassName
{
background-color: #265F6D;
}
</style>
border-color css
<style>
span { border-color: #265F6D; }
span { border-color: rgb(38,95,109); }
td.TdClassName
{
border-color: #265F6D;
}
.TagClassName
{
border-color: #265F6D;
}
</style>