Shades of Blumine #265F68
Tints of Blumine #265F68
RGB
CMYK
RGB Variations
Color information
#265F68 (or 0x265F68) is known color: Blumine. HEX triplet: 26, 5F and 68. RGB value is (38,95,104). Sum of RGB (Red+Green+Blue) = 38+95+104=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #265F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F68 is #D9A097. Grayscale: #4E4E4E. Windows color (decimal): -14262424 or 6840102. OLE color: 6840102.
HSL color Cylindrical-coordinate representation of color #265F68: hue angle of 188.18º 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 #265F68 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 95 | 104 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.59 |
| HSL | 188.18º | 0.46% | 0.28% | - |
| HSV(B) | 188.18º | 0.63% | 0.41% | - |
| XYZ | 7.39 | 9.6 | 14.56 | - |
| YUV | 78.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 104 | 0.63 | 0.09 | 0 | 0.59 | 188.18 | 0.46 | 0.28 |
| Hex | 26 | 5F | 68 | 3F | 9 | 0 | 3B | BC | 2E | 1C |
| Octal | 46 | 137 | 150 | 77 | 11 | 0 | 73 | 274 | 56 | 34 |
| Binary | 100110 | 1011111 | 1101000 | 111111 | 1001 | 0 | 111011 | 10111100 | 101110 | 11100 |
Color Harmonies of #265F68
Complementary color
Monochromatic Colors of #265F68
Black with #265F68
Text Example
Text Example
White with #265F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F68; }
p { color: rgb(38,95,104); }
H1.HeaderClassName
{
color: #265F68;
}
.AnyTagClassName
{
color: #265F68;
}
</style>
background-color css
<style>
a { background-color: #265F68; }
a { background-color: rgb(38,95,104); }
div.DivClassName
{
background-color: #265F68;
}
.BgClassName
{
background-color: #265F68;
}
</style>
border-color css
<style>
span { border-color: #265F68; }
span { border-color: rgb(38,95,104); }
td.TdClassName
{
border-color: #265F68;
}
.TagClassName
{
border-color: #265F68;
}
</style>