Shades of Blumine #285B68
Tints of Blumine #285B68
RGB
CMYK
RGB Variations
Color information
#285B68 (or 0x285B68) is known color: Blumine. HEX triplet: 28, 5B and 68. RGB value is (40,91,104). Sum of RGB (Red+Green+Blue) = 40+91+104=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #285B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B68 is #D7A497. Grayscale: #4D4D4D. Windows color (decimal): -14132376 or 6839080. OLE color: 6839080.
HSL color Cylindrical-coordinate representation of color #285B68: hue angle of 192.19º degrees, saturation: 0.44, 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 #285B68 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 91 | 104 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.59 |
| HSL | 192.19º | 0.44% | 0.28% | - |
| HSV(B) | 192.19º | 0.62% | 0.41% | - |
| XYZ | 7.11 | 8.93 | 14.45 | - |
| YUV | 77.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 104 | 0.62 | 0.12 | 0 | 0.59 | 192.19 | 0.44 | 0.28 |
| Hex | 28 | 5B | 68 | 3E | C | 0 | 3B | C0 | 2C | 1C |
| Octal | 50 | 133 | 150 | 76 | 14 | 0 | 73 | 300 | 54 | 34 |
| Binary | 101000 | 1011011 | 1101000 | 111110 | 1100 | 0 | 111011 | 11000000 | 101100 | 11100 |
Color Harmonies of #285B68
Complementary color
Monochromatic Colors of #285B68
Black with #285B68
Text Example
Text Example
White with #285B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B68; }
p { color: rgb(40,91,104); }
H1.HeaderClassName
{
color: #285B68;
}
.AnyTagClassName
{
color: #285B68;
}
</style>
background-color css
<style>
a { background-color: #285B68; }
a { background-color: rgb(40,91,104); }
div.DivClassName
{
background-color: #285B68;
}
.BgClassName
{
background-color: #285B68;
}
</style>
border-color css
<style>
span { border-color: #285B68; }
span { border-color: rgb(40,91,104); }
td.TdClassName
{
border-color: #285B68;
}
.TagClassName
{
border-color: #285B68;
}
</style>