Shades of Resolution Blue #283D87
Tints of Resolution Blue #283D87
RGB
CMYK
RGB Variations
Color information
#283D87 (or 0x283D87) is known color: Resolution Blue. HEX triplet: 28, 3D and 87. RGB value is (40,61,135). Sum of RGB (Red+Green+Blue) = 40+61+135=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #283D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D87 is #D7C278. Grayscale: #3E3E3E. Windows color (decimal): -14140025 or 8863016. OLE color: 8863016.
HSL color Cylindrical-coordinate representation of color #283D87: hue angle of 226.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283D87 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 61 | 135 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.47 |
| HSL | 226.74º | 0.54% | 0.34% | - |
| HSV(B) | 226.74º | 0.7% | 0.53% | - |
| XYZ | 6.92 | 5.54 | 23.63 | - |
| YUV | 63.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 135 | 0.70 | 0.55 | 0 | 0.47 | 226.74 | 0.54 | 0.34 |
| Hex | 28 | 3D | 87 | 46 | 37 | 0 | 2F | E3 | 36 | 22 |
| Octal | 50 | 75 | 207 | 106 | 67 | 0 | 57 | 343 | 66 | 42 |
| Binary | 101000 | 111101 | 10000111 | 1000110 | 110111 | 0 | 101111 | 11100011 | 110110 | 100010 |
Color Harmonies of #283D87
Complementary color
Monochromatic Colors of #283D87
Black with #283D87
Text Example
Text Example
White with #283D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D87; }
p { color: rgb(40,61,135); }
H1.HeaderClassName
{
color: #283D87;
}
.AnyTagClassName
{
color: #283D87;
}
</style>
background-color css
<style>
a { background-color: #283D87; }
a { background-color: rgb(40,61,135); }
div.DivClassName
{
background-color: #283D87;
}
.BgClassName
{
background-color: #283D87;
}
</style>
border-color css
<style>
span { border-color: #283D87; }
span { border-color: rgb(40,61,135); }
td.TdClassName
{
border-color: #283D87;
}
.TagClassName
{
border-color: #283D87;
}
</style>