Shades of Resolution Blue #283B87
Tints of Resolution Blue #283B87
RGB
CMYK
RGB Variations
Color information
#283B87 (or 0x283B87) is known color: Resolution Blue. HEX triplet: 28, 3B and 87. RGB value is (40,59,135). Sum of RGB (Red+Green+Blue) = 40+59+135=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #283B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B87 is #D7C478. Grayscale: #3D3D3D. Windows color (decimal): -14140537 or 8862504. OLE color: 8862504.
HSL color Cylindrical-coordinate representation of color #283B87: hue angle of 228º 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 #283B87 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 59 | 135 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.47 |
| HSL | 228º | 0.54% | 0.34% | - |
| HSV(B) | 228º | 0.7% | 0.53% | - |
| XYZ | 6.81 | 5.33 | 23.59 | - |
| YUV | 61.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 135 | 0.70 | 0.56 | 0 | 0.47 | 228 | 0.54 | 0.34 |
| Hex | 28 | 3B | 87 | 46 | 38 | 0 | 2F | E4 | 36 | 22 |
| Octal | 50 | 73 | 207 | 106 | 70 | 0 | 57 | 344 | 66 | 42 |
| Binary | 101000 | 111011 | 10000111 | 1000110 | 111000 | 0 | 101111 | 11100100 | 110110 | 100010 |
Color Harmonies of #283B87
Complementary color
Monochromatic Colors of #283B87
Black with #283B87
Text Example
Text Example
White with #283B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B87; }
p { color: rgb(40,59,135); }
H1.HeaderClassName
{
color: #283B87;
}
.AnyTagClassName
{
color: #283B87;
}
</style>
background-color css
<style>
a { background-color: #283B87; }
a { background-color: rgb(40,59,135); }
div.DivClassName
{
background-color: #283B87;
}
.BgClassName
{
background-color: #283B87;
}
</style>
border-color css
<style>
span { border-color: #283B87; }
span { border-color: rgb(40,59,135); }
td.TdClassName
{
border-color: #283B87;
}
.TagClassName
{
border-color: #283B87;
}
</style>