Shades of Resolution Blue #283790
Tints of Resolution Blue #283790
RGB
CMYK
RGB Variations
Color information
#283790 (or 0x283790) is known color: Resolution Blue. HEX triplet: 28, 37 and 90. RGB value is (40,55,144). Sum of RGB (Red+Green+Blue) = 40+55+144=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #283790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283790 is #D7C86F. Grayscale: #3C3C3C. Windows color (decimal): -14141552 or 9451304. OLE color: 9451304.
HSL color Cylindrical-coordinate representation of color #283790: hue angle of 231.35º 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 #283790 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 55 | 144 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.44 |
| HSL | 231.35º | 0.57% | 0.36% | - |
| HSV(B) | 231.35º | 0.72% | 0.56% | - |
| XYZ | 7.28 | 5.2 | 27.01 | - |
| YUV | 60.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 144 | 0.72 | 0.62 | 0 | 0.44 | 231.35 | 0.57 | 0.36 |
| Hex | 28 | 37 | 90 | 48 | 3E | 0 | 2C | E7 | 39 | 24 |
| Octal | 50 | 67 | 220 | 110 | 76 | 0 | 54 | 347 | 71 | 44 |
| Binary | 101000 | 110111 | 10010000 | 1001000 | 111110 | 0 | 101100 | 11100111 | 111001 | 100100 |
Color Harmonies of #283790
Complementary color
Monochromatic Colors of #283790
Black with #283790
Text Example
Text Example
White with #283790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283790; }
p { color: rgb(40,55,144); }
H1.HeaderClassName
{
color: #283790;
}
.AnyTagClassName
{
color: #283790;
}
</style>
background-color css
<style>
a { background-color: #283790; }
a { background-color: rgb(40,55,144); }
div.DivClassName
{
background-color: #283790;
}
.BgClassName
{
background-color: #283790;
}
</style>
border-color css
<style>
span { border-color: #283790; }
span { border-color: rgb(40,55,144); }
td.TdClassName
{
border-color: #283790;
}
.TagClassName
{
border-color: #283790;
}
</style>