Shades of Resolution Blue #283F85
Tints of Resolution Blue #283F85
RGB
CMYK
RGB Variations
Color information
#283F85 (or 0x283F85) is known color: Resolution Blue. HEX triplet: 28, 3F and 85. RGB value is (40,63,133). Sum of RGB (Red+Green+Blue) = 40+63+133=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #283F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F85 is #D7C07A. Grayscale: #3F3F3F. Windows color (decimal): -14139515 or 8732456. OLE color: 8732456.
HSL color Cylindrical-coordinate representation of color #283F85: hue angle of 225.16º 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 #283F85 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 63 | 133 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.48 |
| HSL | 225.16º | 0.54% | 0.34% | - |
| HSV(B) | 225.16º | 0.7% | 0.52% | - |
| XYZ | 6.89 | 5.7 | 22.93 | - |
| YUV | 64.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 133 | 0.70 | 0.53 | 0 | 0.48 | 225.16 | 0.54 | 0.34 |
| Hex | 28 | 3F | 85 | 46 | 35 | 0 | 30 | E1 | 36 | 22 |
| Octal | 50 | 77 | 205 | 106 | 65 | 0 | 60 | 341 | 66 | 42 |
| Binary | 101000 | 111111 | 10000101 | 1000110 | 110101 | 0 | 110000 | 11100001 | 110110 | 100010 |
Color Harmonies of #283F85
Complementary color
Monochromatic Colors of #283F85
Black with #283F85
Text Example
Text Example
White with #283F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F85; }
p { color: rgb(40,63,133); }
H1.HeaderClassName
{
color: #283F85;
}
.AnyTagClassName
{
color: #283F85;
}
</style>
background-color css
<style>
a { background-color: #283F85; }
a { background-color: rgb(40,63,133); }
div.DivClassName
{
background-color: #283F85;
}
.BgClassName
{
background-color: #283F85;
}
</style>
border-color css
<style>
span { border-color: #283F85; }
span { border-color: rgb(40,63,133); }
td.TdClassName
{
border-color: #283F85;
}
.TagClassName
{
border-color: #283F85;
}
</style>