Shades of Resolution Blue #283B71
Tints of Resolution Blue #283B71
RGB
CMYK
RGB Variations
Color information
#283B71 (or 0x283B71) is known color: Resolution Blue. HEX triplet: 28, 3B and 71. RGB value is (40,59,113). Sum of RGB (Red+Green+Blue) = 40+59+113=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #283B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B71 is #D7C48E. Grayscale: #3B3B3B. Windows color (decimal): -14140559 or 7420712. OLE color: 7420712.
HSL color Cylindrical-coordinate representation of color #283B71: hue angle of 224.38º 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 #283B71 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 59 | 113 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.56 |
| HSL | 224.38º | 0.48% | 0.3% | - |
| HSV(B) | 224.38º | 0.65% | 0.44% | - |
| XYZ | 5.42 | 4.77 | 16.26 | - |
| YUV | 59.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 113 | 0.65 | 0.48 | 0 | 0.56 | 224.38 | 0.48 | 0.3 |
| Hex | 28 | 3B | 71 | 41 | 30 | 0 | 38 | E0 | 30 | 1E |
| Octal | 50 | 73 | 161 | 101 | 60 | 0 | 70 | 340 | 60 | 36 |
| Binary | 101000 | 111011 | 1110001 | 1000001 | 110000 | 0 | 111000 | 11100000 | 110000 | 11110 |
Color Harmonies of #283B71
Complementary color
Monochromatic Colors of #283B71
Black with #283B71
Text Example
Text Example
White with #283B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B71; }
p { color: rgb(40,59,113); }
H1.HeaderClassName
{
color: #283B71;
}
.AnyTagClassName
{
color: #283B71;
}
</style>
background-color css
<style>
a { background-color: #283B71; }
a { background-color: rgb(40,59,113); }
div.DivClassName
{
background-color: #283B71;
}
.BgClassName
{
background-color: #283B71;
}
</style>
border-color css
<style>
span { border-color: #283B71; }
span { border-color: rgb(40,59,113); }
td.TdClassName
{
border-color: #283B71;
}
.TagClassName
{
border-color: #283B71;
}
</style>