Shades of Resolution Blue #283876
Tints of Resolution Blue #283876
RGB
CMYK
RGB Variations
Color information
#283876 (or 0x283876) is known color: Resolution Blue. HEX triplet: 28, 38 and 76. RGB value is (40,56,118). Sum of RGB (Red+Green+Blue) = 40+56+118=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #283876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283876 is #D7C789. Grayscale: #3A3A3A. Windows color (decimal): -14141322 or 7747624. OLE color: 7747624.
HSL color Cylindrical-coordinate representation of color #283876: hue angle of 227.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283876 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 56 | 118 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.54 |
| HSL | 227.69º | 0.49% | 0.31% | - |
| HSV(B) | 227.69º | 0.66% | 0.46% | - |
| XYZ | 5.56 | 4.59 | 17.73 | - |
| YUV | 58.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 118 | 0.66 | 0.53 | 0 | 0.54 | 227.69 | 0.49 | 0.31 |
| Hex | 28 | 38 | 76 | 42 | 35 | 0 | 36 | E4 | 31 | 1F |
| Octal | 50 | 70 | 166 | 102 | 65 | 0 | 66 | 344 | 61 | 37 |
| Binary | 101000 | 111000 | 1110110 | 1000010 | 110101 | 0 | 110110 | 11100100 | 110001 | 11111 |
Color Harmonies of #283876
Complementary color
Monochromatic Colors of #283876
Black with #283876
Text Example
Text Example
White with #283876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283876; }
p { color: rgb(40,56,118); }
H1.HeaderClassName
{
color: #283876;
}
.AnyTagClassName
{
color: #283876;
}
</style>
background-color css
<style>
a { background-color: #283876; }
a { background-color: rgb(40,56,118); }
div.DivClassName
{
background-color: #283876;
}
.BgClassName
{
background-color: #283876;
}
</style>
border-color css
<style>
span { border-color: #283876; }
span { border-color: rgb(40,56,118); }
td.TdClassName
{
border-color: #283876;
}
.TagClassName
{
border-color: #283876;
}
</style>