Shades of Resolution Blue #283885
Tints of Resolution Blue #283885
RGB
CMYK
RGB Variations
Color information
#283885 (or 0x283885) is known color: Resolution Blue. HEX triplet: 28, 38 and 85. RGB value is (40,56,133). Sum of RGB (Red+Green+Blue) = 40+56+133=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #283885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283885 is #D7C77A. Grayscale: #3B3B3B. Windows color (decimal): -14141307 or 8730664. OLE color: 8730664.
HSL color Cylindrical-coordinate representation of color #283885: hue angle of 229.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283885 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 56 | 133 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.48 |
| HSL | 229.68º | 0.54% | 0.34% | - |
| HSV(B) | 229.68º | 0.7% | 0.52% | - |
| XYZ | 6.52 | 4.97 | 22.81 | - |
| YUV | 59.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 133 | 0.70 | 0.58 | 0 | 0.48 | 229.68 | 0.54 | 0.34 |
| Hex | 28 | 38 | 85 | 46 | 3A | 0 | 30 | E6 | 36 | 22 |
| Octal | 50 | 70 | 205 | 106 | 72 | 0 | 60 | 346 | 66 | 42 |
| Binary | 101000 | 111000 | 10000101 | 1000110 | 111010 | 0 | 110000 | 11100110 | 110110 | 100010 |
Color Harmonies of #283885
Complementary color
Monochromatic Colors of #283885
Black with #283885
Text Example
Text Example
White with #283885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283885; }
p { color: rgb(40,56,133); }
H1.HeaderClassName
{
color: #283885;
}
.AnyTagClassName
{
color: #283885;
}
</style>
background-color css
<style>
a { background-color: #283885; }
a { background-color: rgb(40,56,133); }
div.DivClassName
{
background-color: #283885;
}
.BgClassName
{
background-color: #283885;
}
</style>
border-color css
<style>
span { border-color: #283885; }
span { border-color: rgb(40,56,133); }
td.TdClassName
{
border-color: #283885;
}
.TagClassName
{
border-color: #283885;
}
</style>