Shades of Resolution Blue #283890
Tints of Resolution Blue #283890
RGB
CMYK
RGB Variations
Color information
#283890 (or 0x283890) is known color: Resolution Blue. HEX triplet: 28, 38 and 90. RGB value is (40,56,144). Sum of RGB (Red+Green+Blue) = 40+56+144=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #283890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283890 is #D7C76F. Grayscale: #3C3C3C. Windows color (decimal): -14141296 or 9451560. OLE color: 9451560.
HSL color Cylindrical-coordinate representation of color #283890: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283890 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 56 | 144 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.44 |
| HSL | 230.77º | 0.57% | 0.36% | - |
| HSV(B) | 230.77º | 0.72% | 0.56% | - |
| XYZ | 7.32 | 5.29 | 27.02 | - |
| YUV | 61.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 144 | 0.72 | 0.61 | 0 | 0.44 | 230.77 | 0.57 | 0.36 |
| Hex | 28 | 38 | 90 | 48 | 3D | 0 | 2C | E7 | 39 | 24 |
| Octal | 50 | 70 | 220 | 110 | 75 | 0 | 54 | 347 | 71 | 44 |
| Binary | 101000 | 111000 | 10010000 | 1001000 | 111101 | 0 | 101100 | 11100111 | 111001 | 100100 |
Color Harmonies of #283890
Complementary color
Monochromatic Colors of #283890
Black with #283890
Text Example
Text Example
White with #283890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283890; }
p { color: rgb(40,56,144); }
H1.HeaderClassName
{
color: #283890;
}
.AnyTagClassName
{
color: #283890;
}
</style>
background-color css
<style>
a { background-color: #283890; }
a { background-color: rgb(40,56,144); }
div.DivClassName
{
background-color: #283890;
}
.BgClassName
{
background-color: #283890;
}
</style>
border-color css
<style>
span { border-color: #283890; }
span { border-color: rgb(40,56,144); }
td.TdClassName
{
border-color: #283890;
}
.TagClassName
{
border-color: #283890;
}
</style>