Shades of Blumine #285F6C
Tints of Blumine #285F6C
RGB
CMYK
RGB Variations
Color information
#285F6C (or 0x285F6C) is known color: Blumine. HEX triplet: 28, 5F and 6C. RGB value is (40,95,108). Sum of RGB (Red+Green+Blue) = 40+95+108=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #285F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F6C is #D7A093. Grayscale: #4F4F4F. Windows color (decimal): -14131348 or 7102248. OLE color: 7102248.
HSL color Cylindrical-coordinate representation of color #285F6C: hue angle of 191.47º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285F6C is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 95 | 108 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.58 |
| HSL | 191.47º | 0.46% | 0.29% | - |
| HSV(B) | 191.47º | 0.63% | 0.42% | - |
| XYZ | 7.67 | 9.72 | 15.66 | - |
| YUV | 80.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 108 | 0.63 | 0.12 | 0 | 0.58 | 191.47 | 0.46 | 0.29 |
| Hex | 28 | 5F | 6C | 3F | C | 0 | 3A | BF | 2E | 1D |
| Octal | 50 | 137 | 154 | 77 | 14 | 0 | 72 | 277 | 56 | 35 |
| Binary | 101000 | 1011111 | 1101100 | 111111 | 1100 | 0 | 111010 | 10111111 | 101110 | 11101 |
Color Harmonies of #285F6C
Complementary color
Monochromatic Colors of #285F6C
Black with #285F6C
Text Example
Text Example
White with #285F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F6C; }
p { color: rgb(40,95,108); }
H1.HeaderClassName
{
color: #285F6C;
}
.AnyTagClassName
{
color: #285F6C;
}
</style>
background-color css
<style>
a { background-color: #285F6C; }
a { background-color: rgb(40,95,108); }
div.DivClassName
{
background-color: #285F6C;
}
.BgClassName
{
background-color: #285F6C;
}
</style>
border-color css
<style>
span { border-color: #285F6C; }
span { border-color: rgb(40,95,108); }
td.TdClassName
{
border-color: #285F6C;
}
.TagClassName
{
border-color: #285F6C;
}
</style>