Shades of Resolution Blue #283E85
Tints of Resolution Blue #283E85
RGB
CMYK
RGB Variations
Color information
#283E85 (or 0x283E85) is known color: Resolution Blue. HEX triplet: 28, 3E and 85. RGB value is (40,62,133). Sum of RGB (Red+Green+Blue) = 40+62+133=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #283E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E85 is #D7C17A. Grayscale: #3F3F3F. Windows color (decimal): -14139771 or 8732200. OLE color: 8732200.
HSL color Cylindrical-coordinate representation of color #283E85: hue angle of 225.81º 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 #283E85 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 62 | 133 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.48 |
| HSL | 225.81º | 0.54% | 0.34% | - |
| HSV(B) | 225.81º | 0.7% | 0.52% | - |
| XYZ | 6.83 | 5.59 | 22.91 | - |
| YUV | 63.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 133 | 0.70 | 0.53 | 0 | 0.48 | 225.81 | 0.54 | 0.34 |
| Hex | 28 | 3E | 85 | 46 | 35 | 0 | 30 | E2 | 36 | 22 |
| Octal | 50 | 76 | 205 | 106 | 65 | 0 | 60 | 342 | 66 | 42 |
| Binary | 101000 | 111110 | 10000101 | 1000110 | 110101 | 0 | 110000 | 11100010 | 110110 | 100010 |
Color Harmonies of #283E85
Complementary color
Monochromatic Colors of #283E85
Black with #283E85
Text Example
Text Example
White with #283E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E85; }
p { color: rgb(40,62,133); }
H1.HeaderClassName
{
color: #283E85;
}
.AnyTagClassName
{
color: #283E85;
}
</style>
background-color css
<style>
a { background-color: #283E85; }
a { background-color: rgb(40,62,133); }
div.DivClassName
{
background-color: #283E85;
}
.BgClassName
{
background-color: #283E85;
}
</style>
border-color css
<style>
span { border-color: #283E85; }
span { border-color: rgb(40,62,133); }
td.TdClassName
{
border-color: #283E85;
}
.TagClassName
{
border-color: #283E85;
}
</style>