Shades of Resolution Blue #28406F
Tints of Resolution Blue #28406F
RGB
CMYK
RGB Variations
Color information
#28406F (or 0x28406F) is known color: Resolution Blue. HEX triplet: 28, 40 and 6F. RGB value is (40,64,111). Sum of RGB (Red+Green+Blue) = 40+64+111=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #28406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28406F is #D7BF90. Grayscale: #3D3D3D. Windows color (decimal): -14139281 or 7290920. OLE color: 7290920.
HSL color Cylindrical-coordinate representation of color #28406F: hue angle of 219.72º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28406F is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 64 | 111 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.56 |
| HSL | 219.72º | 0.47% | 0.3% | - |
| HSV(B) | 219.72º | 0.64% | 0.44% | - |
| XYZ | 5.58 | 5.27 | 15.76 | - |
| YUV | 62.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 111 | 0.64 | 0.42 | 0 | 0.56 | 219.72 | 0.47 | 0.3 |
| Hex | 28 | 40 | 6F | 40 | 2A | 0 | 38 | DC | 2F | 1E |
| Octal | 50 | 100 | 157 | 100 | 52 | 0 | 70 | 334 | 57 | 36 |
| Binary | 101000 | 1000000 | 1101111 | 1000000 | 101010 | 0 | 111000 | 11011100 | 101111 | 11110 |
Color Harmonies of #28406F
Complementary color
Monochromatic Colors of #28406F
Black with #28406F
Text Example
Text Example
White with #28406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28406F; }
p { color: rgb(40,64,111); }
H1.HeaderClassName
{
color: #28406F;
}
.AnyTagClassName
{
color: #28406F;
}
</style>
background-color css
<style>
a { background-color: #28406F; }
a { background-color: rgb(40,64,111); }
div.DivClassName
{
background-color: #28406F;
}
.BgClassName
{
background-color: #28406F;
}
</style>
border-color css
<style>
span { border-color: #28406F; }
span { border-color: rgb(40,64,111); }
td.TdClassName
{
border-color: #28406F;
}
.TagClassName
{
border-color: #28406F;
}
</style>