Shades of Resolution Blue #283A78
Tints of Resolution Blue #283A78
RGB
CMYK
RGB Variations
Color information
#283A78 (or 0x283A78) is known color: Resolution Blue. HEX triplet: 28, 3A and 78. RGB value is (40,58,120). Sum of RGB (Red+Green+Blue) = 40+58+120=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #283A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A78 is #D7C587. Grayscale: #3B3B3B. Windows color (decimal): -14140808 or 7879208. OLE color: 7879208.
HSL color Cylindrical-coordinate representation of color #283A78: hue angle of 226.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283A78 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 58 | 120 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.53 |
| HSL | 226.5º | 0.5% | 0.31% | - |
| HSV(B) | 226.5º | 0.67% | 0.47% | - |
| XYZ | 5.78 | 4.83 | 18.4 | - |
| YUV | 59.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 120 | 0.67 | 0.52 | 0 | 0.53 | 226.5 | 0.5 | 0.31 |
| Hex | 28 | 3A | 78 | 43 | 34 | 0 | 35 | E2 | 32 | 1F |
| Octal | 50 | 72 | 170 | 103 | 64 | 0 | 65 | 342 | 62 | 37 |
| Binary | 101000 | 111010 | 1111000 | 1000011 | 110100 | 0 | 110101 | 11100010 | 110010 | 11111 |
Color Harmonies of #283A78
Complementary color
Monochromatic Colors of #283A78
Black with #283A78
Text Example
Text Example
White with #283A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A78; }
p { color: rgb(40,58,120); }
H1.HeaderClassName
{
color: #283A78;
}
.AnyTagClassName
{
color: #283A78;
}
</style>
background-color css
<style>
a { background-color: #283A78; }
a { background-color: rgb(40,58,120); }
div.DivClassName
{
background-color: #283A78;
}
.BgClassName
{
background-color: #283A78;
}
</style>
border-color css
<style>
span { border-color: #283A78; }
span { border-color: rgb(40,58,120); }
td.TdClassName
{
border-color: #283A78;
}
.TagClassName
{
border-color: #283A78;
}
</style>