Shades of Blumine #285F67
Tints of Blumine #285F67
RGB
CMYK
RGB Variations
Color information
#285F67 (or 0x285F67) is known color: Blumine. HEX triplet: 28, 5F and 67. RGB value is (40,95,103). Sum of RGB (Red+Green+Blue) = 40+95+103=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #285F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F67 is #D7A098. Grayscale: #4F4F4F. Windows color (decimal): -14131353 or 6774568. OLE color: 6774568.
HSL color Cylindrical-coordinate representation of color #285F67: hue angle of 187.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285F67 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 95 | 103 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.60 |
| HSL | 187.62º | 0.44% | 0.28% | - |
| HSV(B) | 187.62º | 0.61% | 0.4% | - |
| XYZ | 7.42 | 9.61 | 14.3 | - |
| YUV | 79.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 103 | 0.61 | 0.08 | 0 | 0.60 | 187.62 | 0.44 | 0.28 |
| Hex | 28 | 5F | 67 | 3D | 8 | 0 | 3C | BC | 2C | 1C |
| Octal | 50 | 137 | 147 | 75 | 10 | 0 | 74 | 274 | 54 | 34 |
| Binary | 101000 | 1011111 | 1100111 | 111101 | 1000 | 0 | 111100 | 10111100 | 101100 | 11100 |
Color Harmonies of #285F67
Complementary color
Monochromatic Colors of #285F67
Black with #285F67
Text Example
Text Example
White with #285F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F67; }
p { color: rgb(40,95,103); }
H1.HeaderClassName
{
color: #285F67;
}
.AnyTagClassName
{
color: #285F67;
}
</style>
background-color css
<style>
a { background-color: #285F67; }
a { background-color: rgb(40,95,103); }
div.DivClassName
{
background-color: #285F67;
}
.BgClassName
{
background-color: #285F67;
}
</style>
border-color css
<style>
span { border-color: #285F67; }
span { border-color: rgb(40,95,103); }
td.TdClassName
{
border-color: #285F67;
}
.TagClassName
{
border-color: #285F67;
}
</style>