Shades of Blumine #265D67
Tints of Blumine #265D67
RGB
CMYK
RGB Variations
Color information
#265D67 (or 0x265D67) is known color: Blumine. HEX triplet: 26, 5D and 67. RGB value is (38,93,103). Sum of RGB (Red+Green+Blue) = 38+93+103=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #265D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D67 is #D9A298. Grayscale: #4D4D4D. Windows color (decimal): -14262937 or 6774054. OLE color: 6774054.
HSL color Cylindrical-coordinate representation of color #265D67: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265D67 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 93 | 103 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.60 |
| HSL | 189.23º | 0.46% | 0.28% | - |
| HSV(B) | 189.23º | 0.63% | 0.4% | - |
| XYZ | 7.16 | 9.22 | 14.23 | - |
| YUV | 77.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 103 | 0.63 | 0.10 | 0 | 0.60 | 189.23 | 0.46 | 0.28 |
| Hex | 26 | 5D | 67 | 3F | A | 0 | 3C | BD | 2E | 1C |
| Octal | 46 | 135 | 147 | 77 | 12 | 0 | 74 | 275 | 56 | 34 |
| Binary | 100110 | 1011101 | 1100111 | 111111 | 1010 | 0 | 111100 | 10111101 | 101110 | 11100 |
Color Harmonies of #265D67
Complementary color
Monochromatic Colors of #265D67
Black with #265D67
Text Example
Text Example
White with #265D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D67; }
p { color: rgb(38,93,103); }
H1.HeaderClassName
{
color: #265D67;
}
.AnyTagClassName
{
color: #265D67;
}
</style>
background-color css
<style>
a { background-color: #265D67; }
a { background-color: rgb(38,93,103); }
div.DivClassName
{
background-color: #265D67;
}
.BgClassName
{
background-color: #265D67;
}
</style>
border-color css
<style>
span { border-color: #265D67; }
span { border-color: rgb(38,93,103); }
td.TdClassName
{
border-color: #265D67;
}
.TagClassName
{
border-color: #265D67;
}
</style>