Shades of Resolution Blue #283D88
Tints of Resolution Blue #283D88
RGB
CMYK
RGB Variations
Color information
#283D88 (or 0x283D88) is known color: Resolution Blue. HEX triplet: 28, 3D and 88. RGB value is (40,61,136). Sum of RGB (Red+Green+Blue) = 40+61+136=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #283D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D88 is #D7C277. Grayscale: #3E3E3E. Windows color (decimal): -14140024 or 8928552. OLE color: 8928552.
HSL color Cylindrical-coordinate representation of color #283D88: hue angle of 226.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283D88 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 61 | 136 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.47 |
| HSL | 226.88º | 0.55% | 0.35% | - |
| HSV(B) | 226.88º | 0.71% | 0.53% | - |
| XYZ | 6.99 | 5.57 | 24 | - |
| YUV | 63.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 136 | 0.71 | 0.55 | 0 | 0.47 | 226.88 | 0.55 | 0.35 |
| Hex | 28 | 3D | 88 | 47 | 37 | 0 | 2F | E3 | 37 | 23 |
| Octal | 50 | 75 | 210 | 107 | 67 | 0 | 57 | 343 | 67 | 43 |
| Binary | 101000 | 111101 | 10001000 | 1000111 | 110111 | 0 | 101111 | 11100011 | 110111 | 100011 |
Color Harmonies of #283D88
Complementary color
Monochromatic Colors of #283D88
Black with #283D88
Text Example
Text Example
White with #283D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D88; }
p { color: rgb(40,61,136); }
H1.HeaderClassName
{
color: #283D88;
}
.AnyTagClassName
{
color: #283D88;
}
</style>
background-color css
<style>
a { background-color: #283D88; }
a { background-color: rgb(40,61,136); }
div.DivClassName
{
background-color: #283D88;
}
.BgClassName
{
background-color: #283D88;
}
</style>
border-color css
<style>
span { border-color: #283D88; }
span { border-color: rgb(40,61,136); }
td.TdClassName
{
border-color: #283D88;
}
.TagClassName
{
border-color: #283D88;
}
</style>