Shades of Blumine #285C63
Tints of Blumine #285C63
RGB
CMYK
RGB Variations
Color information
#285C63 (or 0x285C63) is known color: Blumine. HEX triplet: 28, 5C and 63. RGB value is (40,92,99). Sum of RGB (Red+Green+Blue) = 40+92+99=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #285C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C63 is #D7A39C. Grayscale: #4D4D4D. Windows color (decimal): -14132125 or 6511656. OLE color: 6511656.
HSL color Cylindrical-coordinate representation of color #285C63: hue angle of 187.12º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285C63 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 92 | 99 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.61 |
| HSL | 187.12º | 0.42% | 0.27% | - |
| HSV(B) | 187.12º | 0.6% | 0.39% | - |
| XYZ | 6.95 | 9.01 | 13.18 | - |
| YUV | 77.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 99 | 0.60 | 0.07 | 0 | 0.61 | 187.12 | 0.42 | 0.27 |
| Hex | 28 | 5C | 63 | 3C | 7 | 0 | 3D | BB | 2A | 1B |
| Octal | 50 | 134 | 143 | 74 | 7 | 0 | 75 | 273 | 52 | 33 |
| Binary | 101000 | 1011100 | 1100011 | 111100 | 111 | 0 | 111101 | 10111011 | 101010 | 11011 |
Color Harmonies of #285C63
Complementary color
Monochromatic Colors of #285C63
Black with #285C63
Text Example
Text Example
White with #285C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C63; }
p { color: rgb(40,92,99); }
H1.HeaderClassName
{
color: #285C63;
}
.AnyTagClassName
{
color: #285C63;
}
</style>
background-color css
<style>
a { background-color: #285C63; }
a { background-color: rgb(40,92,99); }
div.DivClassName
{
background-color: #285C63;
}
.BgClassName
{
background-color: #285C63;
}
</style>
border-color css
<style>
span { border-color: #285C63; }
span { border-color: rgb(40,92,99); }
td.TdClassName
{
border-color: #285C63;
}
.TagClassName
{
border-color: #285C63;
}
</style>