Shades of Resolution Blue #283778
Tints of Resolution Blue #283778
RGB
CMYK
RGB Variations
Color information
#283778 (or 0x283778) is known color: Resolution Blue. HEX triplet: 28, 37 and 78. RGB value is (40,55,120). Sum of RGB (Red+Green+Blue) = 40+55+120=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #283778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283778 is #D7C887. Grayscale: #393939. Windows color (decimal): -14141576 or 7878440. OLE color: 7878440.
HSL color Cylindrical-coordinate representation of color #283778: hue angle of 228.75º 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 #283778 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 55 | 120 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.53 |
| HSL | 228.75º | 0.5% | 0.31% | - |
| HSV(B) | 228.75º | 0.67% | 0.47% | - |
| XYZ | 5.63 | 4.54 | 18.35 | - |
| YUV | 57.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 120 | 0.67 | 0.54 | 0 | 0.53 | 228.75 | 0.5 | 0.31 |
| Hex | 28 | 37 | 78 | 43 | 36 | 0 | 35 | E5 | 32 | 1F |
| Octal | 50 | 67 | 170 | 103 | 66 | 0 | 65 | 345 | 62 | 37 |
| Binary | 101000 | 110111 | 1111000 | 1000011 | 110110 | 0 | 110101 | 11100101 | 110010 | 11111 |
Color Harmonies of #283778
Complementary color
Monochromatic Colors of #283778
Black with #283778
Text Example
Text Example
White with #283778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283778; }
p { color: rgb(40,55,120); }
H1.HeaderClassName
{
color: #283778;
}
.AnyTagClassName
{
color: #283778;
}
</style>
background-color css
<style>
a { background-color: #283778; }
a { background-color: rgb(40,55,120); }
div.DivClassName
{
background-color: #283778;
}
.BgClassName
{
background-color: #283778;
}
</style>
border-color css
<style>
span { border-color: #283778; }
span { border-color: rgb(40,55,120); }
td.TdClassName
{
border-color: #283778;
}
.TagClassName
{
border-color: #283778;
}
</style>