Shades of Blumine #285D6D
Tints of Blumine #285D6D
RGB
CMYK
RGB Variations
Color information
#285D6D (or 0x285D6D) is known color: Blumine. HEX triplet: 28, 5D and 6D. RGB value is (40,93,109). Sum of RGB (Red+Green+Blue) = 40+93+109=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #285D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D6D is #D7A292. Grayscale: #4E4E4E. Windows color (decimal): -14131859 or 7167272. OLE color: 7167272.
HSL color Cylindrical-coordinate representation of color #285D6D: hue angle of 193.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285D6D is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 93 | 109 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.57 |
| HSL | 193.91º | 0.46% | 0.29% | - |
| HSV(B) | 193.91º | 0.63% | 0.43% | - |
| XYZ | 7.55 | 9.38 | 15.88 | - |
| YUV | 78.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 109 | 0.63 | 0.15 | 0 | 0.57 | 193.91 | 0.46 | 0.29 |
| Hex | 28 | 5D | 6D | 3F | F | 0 | 39 | C2 | 2E | 1D |
| Octal | 50 | 135 | 155 | 77 | 17 | 0 | 71 | 302 | 56 | 35 |
| Binary | 101000 | 1011101 | 1101101 | 111111 | 1111 | 0 | 111001 | 11000010 | 101110 | 11101 |
Color Harmonies of #285D6D
Complementary color
Monochromatic Colors of #285D6D
Black with #285D6D
Text Example
Text Example
White with #285D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D6D; }
p { color: rgb(40,93,109); }
H1.HeaderClassName
{
color: #285D6D;
}
.AnyTagClassName
{
color: #285D6D;
}
</style>
background-color css
<style>
a { background-color: #285D6D; }
a { background-color: rgb(40,93,109); }
div.DivClassName
{
background-color: #285D6D;
}
.BgClassName
{
background-color: #285D6D;
}
</style>
border-color css
<style>
span { border-color: #285D6D; }
span { border-color: rgb(40,93,109); }
td.TdClassName
{
border-color: #285D6D;
}
.TagClassName
{
border-color: #285D6D;
}
</style>