Shades of Blumine #285D68
Tints of Blumine #285D68
RGB
CMYK
RGB Variations
Color information
#285D68 (or 0x285D68) is known color: Blumine. HEX triplet: 28, 5D and 68. RGB value is (40,93,104). Sum of RGB (Red+Green+Blue) = 40+93+104=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 93 (36.72% from 255 or 39.24% 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 #285D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D68 is #D7A297. Grayscale: #4E4E4E. Windows color (decimal): -14131864 or 6839592. OLE color: 6839592.
HSL color Cylindrical-coordinate representation of color #285D68: hue angle of 190.31º 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 #285D68 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 93 | 104 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.59 |
| HSL | 190.31º | 0.44% | 0.28% | - |
| HSV(B) | 190.31º | 0.62% | 0.41% | - |
| XYZ | 7.29 | 9.28 | 14.5 | - |
| YUV | 78.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 104 | 0.62 | 0.11 | 0 | 0.59 | 190.31 | 0.44 | 0.28 |
| Hex | 28 | 5D | 68 | 3E | B | 0 | 3B | BE | 2C | 1C |
| Octal | 50 | 135 | 150 | 76 | 13 | 0 | 73 | 276 | 54 | 34 |
| Binary | 101000 | 1011101 | 1101000 | 111110 | 1011 | 0 | 111011 | 10111110 | 101100 | 11100 |
Color Harmonies of #285D68
Complementary color
Monochromatic Colors of #285D68
Black with #285D68
Text Example
Text Example
White with #285D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D68; }
p { color: rgb(40,93,104); }
H1.HeaderClassName
{
color: #285D68;
}
.AnyTagClassName
{
color: #285D68;
}
</style>
background-color css
<style>
a { background-color: #285D68; }
a { background-color: rgb(40,93,104); }
div.DivClassName
{
background-color: #285D68;
}
.BgClassName
{
background-color: #285D68;
}
</style>
border-color css
<style>
span { border-color: #285D68; }
span { border-color: rgb(40,93,104); }
td.TdClassName
{
border-color: #285D68;
}
.TagClassName
{
border-color: #285D68;
}
</style>