Shades of Resolution Blue #283A73
Tints of Resolution Blue #283A73
RGB
CMYK
RGB Variations
Color information
#283A73 (or 0x283A73) is known color: Resolution Blue. HEX triplet: 28, 3A and 73. RGB value is (40,58,115). Sum of RGB (Red+Green+Blue) = 40+58+115=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #283A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A73 is #D7C58C. Grayscale: #3A3A3A. Windows color (decimal): -14140813 or 7551528. OLE color: 7551528.
HSL color Cylindrical-coordinate representation of color #283A73: hue angle of 225.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283A73 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 58 | 115 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.55 |
| HSL | 225.6º | 0.48% | 0.3% | - |
| HSV(B) | 225.6º | 0.65% | 0.45% | - |
| XYZ | 5.48 | 4.72 | 16.84 | - |
| YUV | 59.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 115 | 0.65 | 0.50 | 0 | 0.55 | 225.6 | 0.48 | 0.3 |
| Hex | 28 | 3A | 73 | 41 | 32 | 0 | 37 | E2 | 30 | 1E |
| Octal | 50 | 72 | 163 | 101 | 62 | 0 | 67 | 342 | 60 | 36 |
| Binary | 101000 | 111010 | 1110011 | 1000001 | 110010 | 0 | 110111 | 11100010 | 110000 | 11110 |
Color Harmonies of #283A73
Complementary color
Monochromatic Colors of #283A73
Black with #283A73
Text Example
Text Example
White with #283A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A73; }
p { color: rgb(40,58,115); }
H1.HeaderClassName
{
color: #283A73;
}
.AnyTagClassName
{
color: #283A73;
}
</style>
background-color css
<style>
a { background-color: #283A73; }
a { background-color: rgb(40,58,115); }
div.DivClassName
{
background-color: #283A73;
}
.BgClassName
{
background-color: #283A73;
}
</style>
border-color css
<style>
span { border-color: #283A73; }
span { border-color: rgb(40,58,115); }
td.TdClassName
{
border-color: #283A73;
}
.TagClassName
{
border-color: #283A73;
}
</style>