Shades of Blumine #285C68
Tints of Blumine #285C68
RGB
CMYK
RGB Variations
Color information
#285C68 (or 0x285C68) is known color: Blumine. HEX triplet: 28, 5C and 68. RGB value is (40,92,104). Sum of RGB (Red+Green+Blue) = 40+92+104=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #285C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C68 is #D7A397. Grayscale: #4D4D4D. Windows color (decimal): -14132120 or 6839336. OLE color: 6839336.
HSL color Cylindrical-coordinate representation of color #285C68: hue angle of 191.25º 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 #285C68 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 92 | 104 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.59 |
| HSL | 191.25º | 0.44% | 0.28% | - |
| HSV(B) | 191.25º | 0.62% | 0.41% | - |
| XYZ | 7.2 | 9.1 | 14.47 | - |
| YUV | 77.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 104 | 0.62 | 0.12 | 0 | 0.59 | 191.25 | 0.44 | 0.28 |
| Hex | 28 | 5C | 68 | 3E | C | 0 | 3B | BF | 2C | 1C |
| Octal | 50 | 134 | 150 | 76 | 14 | 0 | 73 | 277 | 54 | 34 |
| Binary | 101000 | 1011100 | 1101000 | 111110 | 1100 | 0 | 111011 | 10111111 | 101100 | 11100 |
Color Harmonies of #285C68
Complementary color
Monochromatic Colors of #285C68
Black with #285C68
Text Example
Text Example
White with #285C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C68; }
p { color: rgb(40,92,104); }
H1.HeaderClassName
{
color: #285C68;
}
.AnyTagClassName
{
color: #285C68;
}
</style>
background-color css
<style>
a { background-color: #285C68; }
a { background-color: rgb(40,92,104); }
div.DivClassName
{
background-color: #285C68;
}
.BgClassName
{
background-color: #285C68;
}
</style>
border-color css
<style>
span { border-color: #285C68; }
span { border-color: rgb(40,92,104); }
td.TdClassName
{
border-color: #285C68;
}
.TagClassName
{
border-color: #285C68;
}
</style>