Shades of Resolution Blue #283E71
Tints of Resolution Blue #283E71
RGB
CMYK
RGB Variations
Color information
#283E71 (or 0x283E71) is known color: Resolution Blue. HEX triplet: 28, 3E and 71. RGB value is (40,62,113). Sum of RGB (Red+Green+Blue) = 40+62+113=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #283E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E71 is #D7C18E. Grayscale: #3D3D3D. Windows color (decimal): -14139791 or 7421480. OLE color: 7421480.
HSL color Cylindrical-coordinate representation of color #283E71: hue angle of 221.92º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283E71 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 62 | 113 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.56 |
| HSL | 221.92º | 0.48% | 0.3% | - |
| HSV(B) | 221.92º | 0.65% | 0.44% | - |
| XYZ | 5.58 | 5.09 | 16.31 | - |
| YUV | 61.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 113 | 0.65 | 0.45 | 0 | 0.56 | 221.92 | 0.48 | 0.3 |
| Hex | 28 | 3E | 71 | 41 | 2D | 0 | 38 | DE | 30 | 1E |
| Octal | 50 | 76 | 161 | 101 | 55 | 0 | 70 | 336 | 60 | 36 |
| Binary | 101000 | 111110 | 1110001 | 1000001 | 101101 | 0 | 111000 | 11011110 | 110000 | 11110 |
Color Harmonies of #283E71
Complementary color
Monochromatic Colors of #283E71
Black with #283E71
Text Example
Text Example
White with #283E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E71; }
p { color: rgb(40,62,113); }
H1.HeaderClassName
{
color: #283E71;
}
.AnyTagClassName
{
color: #283E71;
}
</style>
background-color css
<style>
a { background-color: #283E71; }
a { background-color: rgb(40,62,113); }
div.DivClassName
{
background-color: #283E71;
}
.BgClassName
{
background-color: #283E71;
}
</style>
border-color css
<style>
span { border-color: #283E71; }
span { border-color: rgb(40,62,113); }
td.TdClassName
{
border-color: #283E71;
}
.TagClassName
{
border-color: #283E71;
}
</style>