Shades of Resolution Blue #283E78
Tints of Resolution Blue #283E78
RGB
CMYK
RGB Variations
Color information
#283E78 (or 0x283E78) is known color: Resolution Blue. HEX triplet: 28, 3E and 78. RGB value is (40,62,120). Sum of RGB (Red+Green+Blue) = 40+62+120=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #283E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E78 is #D7C187. Grayscale: #3D3D3D. Windows color (decimal): -14139784 or 7880232. OLE color: 7880232.
HSL color Cylindrical-coordinate representation of color #283E78: hue angle of 223.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 #283E78 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 62 | 120 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.53 |
| HSL | 223.5º | 0.5% | 0.31% | - |
| HSV(B) | 223.5º | 0.67% | 0.47% | - |
| XYZ | 5.99 | 5.25 | 18.47 | - |
| YUV | 62.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 120 | 0.67 | 0.48 | 0 | 0.53 | 223.5 | 0.5 | 0.31 |
| Hex | 28 | 3E | 78 | 43 | 30 | 0 | 35 | E0 | 32 | 1F |
| Octal | 50 | 76 | 170 | 103 | 60 | 0 | 65 | 340 | 62 | 37 |
| Binary | 101000 | 111110 | 1111000 | 1000011 | 110000 | 0 | 110101 | 11100000 | 110010 | 11111 |
Color Harmonies of #283E78
Complementary color
Monochromatic Colors of #283E78
Black with #283E78
Text Example
Text Example
White with #283E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E78; }
p { color: rgb(40,62,120); }
H1.HeaderClassName
{
color: #283E78;
}
.AnyTagClassName
{
color: #283E78;
}
</style>
background-color css
<style>
a { background-color: #283E78; }
a { background-color: rgb(40,62,120); }
div.DivClassName
{
background-color: #283E78;
}
.BgClassName
{
background-color: #283E78;
}
</style>
border-color css
<style>
span { border-color: #283E78; }
span { border-color: rgb(40,62,120); }
td.TdClassName
{
border-color: #283E78;
}
.TagClassName
{
border-color: #283E78;
}
</style>