Shades of Resolution Blue #284184
Tints of Resolution Blue #284184
RGB
CMYK
RGB Variations
Color information
#284184 (or 0x284184) is known color: Resolution Blue. HEX triplet: 28, 41 and 84. RGB value is (40,65,132). Sum of RGB (Red+Green+Blue) = 40+65+132=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #284184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284184 is #D7BE7B. Grayscale: #404040. Windows color (decimal): -14139004 or 8667432. OLE color: 8667432.
HSL color Cylindrical-coordinate representation of color #284184: hue angle of 223.7º degrees, saturation: 0.53, 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 #284184 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 65 | 132 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.48 |
| HSL | 223.7º | 0.53% | 0.34% | - |
| HSV(B) | 223.7º | 0.7% | 0.52% | - |
| XYZ | 6.93 | 5.9 | 22.6 | - |
| YUV | 65.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 132 | 0.70 | 0.51 | 0 | 0.48 | 223.7 | 0.53 | 0.34 |
| Hex | 28 | 41 | 84 | 46 | 33 | 0 | 30 | E0 | 35 | 22 |
| Octal | 50 | 101 | 204 | 106 | 63 | 0 | 60 | 340 | 65 | 42 |
| Binary | 101000 | 1000001 | 10000100 | 1000110 | 110011 | 0 | 110000 | 11100000 | 110101 | 100010 |
Color Harmonies of #284184
Complementary color
Monochromatic Colors of #284184
Black with #284184
Text Example
Text Example
White with #284184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284184; }
p { color: rgb(40,65,132); }
H1.HeaderClassName
{
color: #284184;
}
.AnyTagClassName
{
color: #284184;
}
</style>
background-color css
<style>
a { background-color: #284184; }
a { background-color: rgb(40,65,132); }
div.DivClassName
{
background-color: #284184;
}
.BgClassName
{
background-color: #284184;
}
</style>
border-color css
<style>
span { border-color: #284184; }
span { border-color: rgb(40,65,132); }
td.TdClassName
{
border-color: #284184;
}
.TagClassName
{
border-color: #284184;
}
</style>