Shades of Resolution Blue #284172
Tints of Resolution Blue #284172
RGB
CMYK
RGB Variations
Color information
#284172 (or 0x284172) is known color: Resolution Blue. HEX triplet: 28, 41 and 72. RGB value is (40,65,114). Sum of RGB (Red+Green+Blue) = 40+65+114=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #284172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284172 is #D7BE8D. Grayscale: #3E3E3E. Windows color (decimal): -14139022 or 7487784. OLE color: 7487784.
HSL color Cylindrical-coordinate representation of color #284172: hue angle of 219.73º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284172 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 65 | 114 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.55 |
| HSL | 219.73º | 0.48% | 0.3% | - |
| HSV(B) | 219.73º | 0.65% | 0.45% | - |
| XYZ | 5.8 | 5.45 | 16.67 | - |
| YUV | 63.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 114 | 0.65 | 0.43 | 0 | 0.55 | 219.73 | 0.48 | 0.3 |
| Hex | 28 | 41 | 72 | 41 | 2B | 0 | 37 | DC | 30 | 1E |
| Octal | 50 | 101 | 162 | 101 | 53 | 0 | 67 | 334 | 60 | 36 |
| Binary | 101000 | 1000001 | 1110010 | 1000001 | 101011 | 0 | 110111 | 11011100 | 110000 | 11110 |
Color Harmonies of #284172
Complementary color
Monochromatic Colors of #284172
Black with #284172
Text Example
Text Example
White with #284172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284172; }
p { color: rgb(40,65,114); }
H1.HeaderClassName
{
color: #284172;
}
.AnyTagClassName
{
color: #284172;
}
</style>
background-color css
<style>
a { background-color: #284172; }
a { background-color: rgb(40,65,114); }
div.DivClassName
{
background-color: #284172;
}
.BgClassName
{
background-color: #284172;
}
</style>
border-color css
<style>
span { border-color: #284172; }
span { border-color: rgb(40,65,114); }
td.TdClassName
{
border-color: #284172;
}
.TagClassName
{
border-color: #284172;
}
</style>