Shades of Resolution Blue #283588
Tints of Resolution Blue #283588
RGB
CMYK
RGB Variations
Color information
#283588 (or 0x283588) is known color: Resolution Blue. HEX triplet: 28, 35 and 88. RGB value is (40,53,136). Sum of RGB (Red+Green+Blue) = 40+53+136=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #283588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283588 is #D7CA77. Grayscale: #3A3A3A. Windows color (decimal): -14142072 or 8926504. OLE color: 8926504.
HSL color Cylindrical-coordinate representation of color #283588: hue angle of 231.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 #283588 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 53 | 136 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.47 |
| HSL | 231.88º | 0.55% | 0.35% | - |
| HSV(B) | 231.88º | 0.71% | 0.53% | - |
| XYZ | 6.59 | 4.77 | 23.87 | - |
| YUV | 58.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 136 | 0.71 | 0.61 | 0 | 0.47 | 231.88 | 0.55 | 0.35 |
| Hex | 28 | 35 | 88 | 47 | 3D | 0 | 2F | E8 | 37 | 23 |
| Octal | 50 | 65 | 210 | 107 | 75 | 0 | 57 | 350 | 67 | 43 |
| Binary | 101000 | 110101 | 10001000 | 1000111 | 111101 | 0 | 101111 | 11101000 | 110111 | 100011 |
Color Harmonies of #283588
Complementary color
Monochromatic Colors of #283588
Black with #283588
Text Example
Text Example
White with #283588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283588; }
p { color: rgb(40,53,136); }
H1.HeaderClassName
{
color: #283588;
}
.AnyTagClassName
{
color: #283588;
}
</style>
background-color css
<style>
a { background-color: #283588; }
a { background-color: rgb(40,53,136); }
div.DivClassName
{
background-color: #283588;
}
.BgClassName
{
background-color: #283588;
}
</style>
border-color css
<style>
span { border-color: #283588; }
span { border-color: rgb(40,53,136); }
td.TdClassName
{
border-color: #283588;
}
.TagClassName
{
border-color: #283588;
}
</style>