Shades of Blumine #285C67
Tints of Blumine #285C67
RGB
CMYK
RGB Variations
Color information
#285C67 (or 0x285C67) is known color: Blumine. HEX triplet: 28, 5C and 67. RGB value is (40,92,103). Sum of RGB (Red+Green+Blue) = 40+92+103=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #285C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C67 is #D7A398. Grayscale: #4D4D4D. Windows color (decimal): -14132121 or 6773800. OLE color: 6773800.
HSL color Cylindrical-coordinate representation of color #285C67: hue angle of 190.48º 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 #285C67 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 92 | 103 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.60 |
| HSL | 190.48º | 0.44% | 0.28% | - |
| HSV(B) | 190.48º | 0.61% | 0.4% | - |
| XYZ | 7.15 | 9.08 | 14.21 | - |
| YUV | 77.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 103 | 0.61 | 0.11 | 0 | 0.60 | 190.48 | 0.44 | 0.28 |
| Hex | 28 | 5C | 67 | 3D | B | 0 | 3C | BE | 2C | 1C |
| Octal | 50 | 134 | 147 | 75 | 13 | 0 | 74 | 276 | 54 | 34 |
| Binary | 101000 | 1011100 | 1100111 | 111101 | 1011 | 0 | 111100 | 10111110 | 101100 | 11100 |
Color Harmonies of #285C67
Complementary color
Monochromatic Colors of #285C67
Black with #285C67
Text Example
Text Example
White with #285C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C67; }
p { color: rgb(40,92,103); }
H1.HeaderClassName
{
color: #285C67;
}
.AnyTagClassName
{
color: #285C67;
}
</style>
background-color css
<style>
a { background-color: #285C67; }
a { background-color: rgb(40,92,103); }
div.DivClassName
{
background-color: #285C67;
}
.BgClassName
{
background-color: #285C67;
}
</style>
border-color css
<style>
span { border-color: #285C67; }
span { border-color: rgb(40,92,103); }
td.TdClassName
{
border-color: #285C67;
}
.TagClassName
{
border-color: #285C67;
}
</style>