Shades of Blumine #286269
Tints of Blumine #286269
RGB
CMYK
RGB Variations
Color information
#286269 (or 0x286269) is known color: Blumine. HEX triplet: 28, 62 and 69. RGB value is (40,98,105). Sum of RGB (Red+Green+Blue) = 40+98+105=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #286269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286269 is #D79D96. Grayscale: #515151. Windows color (decimal): -14130583 or 6906408. OLE color: 6906408.
HSL color Cylindrical-coordinate representation of color #286269: hue angle of 186.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286269 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 98 | 105 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.59 |
| HSL | 186.46º | 0.45% | 0.28% | - |
| HSV(B) | 186.46º | 0.62% | 0.41% | - |
| XYZ | 7.79 | 10.21 | 14.92 | - |
| YUV | 81.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 105 | 0.62 | 0.07 | 0 | 0.59 | 186.46 | 0.45 | 0.28 |
| Hex | 28 | 62 | 69 | 3E | 7 | 0 | 3B | BA | 2D | 1C |
| Octal | 50 | 142 | 151 | 76 | 7 | 0 | 73 | 272 | 55 | 34 |
| Binary | 101000 | 1100010 | 1101001 | 111110 | 111 | 0 | 111011 | 10111010 | 101101 | 11100 |
Color Harmonies of #286269
Complementary color
Monochromatic Colors of #286269
Black with #286269
Text Example
Text Example
White with #286269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286269; }
p { color: rgb(40,98,105); }
H1.HeaderClassName
{
color: #286269;
}
.AnyTagClassName
{
color: #286269;
}
</style>
background-color css
<style>
a { background-color: #286269; }
a { background-color: rgb(40,98,105); }
div.DivClassName
{
background-color: #286269;
}
.BgClassName
{
background-color: #286269;
}
</style>
border-color css
<style>
span { border-color: #286269; }
span { border-color: rgb(40,98,105); }
td.TdClassName
{
border-color: #286269;
}
.TagClassName
{
border-color: #286269;
}
</style>