Shades of Blumine #285C6A
Tints of Blumine #285C6A
RGB
CMYK
RGB Variations
Color information
#285C6A (or 0x285C6A) is known color: Blumine. HEX triplet: 28, 5C and 6A. RGB value is (40,92,106). Sum of RGB (Red+Green+Blue) = 40+92+106=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #285C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C6A is #D7A395. Grayscale: #4D4D4D. Windows color (decimal): -14132118 or 6970408. OLE color: 6970408.
HSL color Cylindrical-coordinate representation of color #285C6A: hue angle of 192.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285C6A is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 92 | 106 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.58 |
| HSL | 192.73º | 0.45% | 0.29% | - |
| HSV(B) | 192.73º | 0.62% | 0.42% | - |
| XYZ | 7.3 | 9.15 | 15.02 | - |
| YUV | 78.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 106 | 0.62 | 0.13 | 0 | 0.58 | 192.73 | 0.45 | 0.29 |
| Hex | 28 | 5C | 6A | 3E | D | 0 | 3A | C1 | 2D | 1D |
| Octal | 50 | 134 | 152 | 76 | 15 | 0 | 72 | 301 | 55 | 35 |
| Binary | 101000 | 1011100 | 1101010 | 111110 | 1101 | 0 | 111010 | 11000001 | 101101 | 11101 |
Color Harmonies of #285C6A
Complementary color
Monochromatic Colors of #285C6A
Black with #285C6A
Text Example
Text Example
White with #285C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C6A; }
p { color: rgb(40,92,106); }
H1.HeaderClassName
{
color: #285C6A;
}
.AnyTagClassName
{
color: #285C6A;
}
</style>
background-color css
<style>
a { background-color: #285C6A; }
a { background-color: rgb(40,92,106); }
div.DivClassName
{
background-color: #285C6A;
}
.BgClassName
{
background-color: #285C6A;
}
</style>
border-color css
<style>
span { border-color: #285C6A; }
span { border-color: rgb(40,92,106); }
td.TdClassName
{
border-color: #285C6A;
}
.TagClassName
{
border-color: #285C6A;
}
</style>