Shades of Blumine #285C69
Tints of Blumine #285C69
RGB
CMYK
RGB Variations
Color information
#285C69 (or 0x285C69) is known color: Blumine. HEX triplet: 28, 5C and 69. RGB value is (40,92,105). Sum of RGB (Red+Green+Blue) = 40+92+105=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #285C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C69 is #D7A396. Grayscale: #4D4D4D. Windows color (decimal): -14132119 or 6904872. OLE color: 6904872.
HSL color Cylindrical-coordinate representation of color #285C69: hue angle of 192º 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 #285C69 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 92 | 105 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.59 |
| HSL | 192º | 0.45% | 0.28% | - |
| HSV(B) | 192º | 0.62% | 0.41% | - |
| XYZ | 7.25 | 9.13 | 14.74 | - |
| YUV | 77.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 105 | 0.62 | 0.12 | 0 | 0.59 | 192 | 0.45 | 0.28 |
| Hex | 28 | 5C | 69 | 3E | C | 0 | 3B | C0 | 2D | 1C |
| Octal | 50 | 134 | 151 | 76 | 14 | 0 | 73 | 300 | 55 | 34 |
| Binary | 101000 | 1011100 | 1101001 | 111110 | 1100 | 0 | 111011 | 11000000 | 101101 | 11100 |
Color Harmonies of #285C69
Complementary color
Monochromatic Colors of #285C69
Black with #285C69
Text Example
Text Example
White with #285C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C69; }
p { color: rgb(40,92,105); }
H1.HeaderClassName
{
color: #285C69;
}
.AnyTagClassName
{
color: #285C69;
}
</style>
background-color css
<style>
a { background-color: #285C69; }
a { background-color: rgb(40,92,105); }
div.DivClassName
{
background-color: #285C69;
}
.BgClassName
{
background-color: #285C69;
}
</style>
border-color css
<style>
span { border-color: #285C69; }
span { border-color: rgb(40,92,105); }
td.TdClassName
{
border-color: #285C69;
}
.TagClassName
{
border-color: #285C69;
}
</style>