Shades of Resolution Blue #284078
Tints of Resolution Blue #284078
RGB
CMYK
RGB Variations
Color information
#284078 (or 0x284078) is known color: Resolution Blue. HEX triplet: 28, 40 and 78. RGB value is (40,64,120). Sum of RGB (Red+Green+Blue) = 40+64+120=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #284078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284078 is #D7BF87. Grayscale: #3E3E3E. Windows color (decimal): -14139272 or 7880744. OLE color: 7880744.
HSL color Cylindrical-coordinate representation of color #284078: hue angle of 222º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284078 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 64 | 120 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.53 |
| HSL | 222º | 0.5% | 0.31% | - |
| HSV(B) | 222º | 0.67% | 0.47% | - |
| XYZ | 6.1 | 5.47 | 18.5 | - |
| YUV | 63.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 120 | 0.67 | 0.47 | 0 | 0.53 | 222 | 0.5 | 0.31 |
| Hex | 28 | 40 | 78 | 43 | 2F | 0 | 35 | DE | 32 | 1F |
| Octal | 50 | 100 | 170 | 103 | 57 | 0 | 65 | 336 | 62 | 37 |
| Binary | 101000 | 1000000 | 1111000 | 1000011 | 101111 | 0 | 110101 | 11011110 | 110010 | 11111 |
Color Harmonies of #284078
Complementary color
Monochromatic Colors of #284078
Black with #284078
Text Example
Text Example
White with #284078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284078; }
p { color: rgb(40,64,120); }
H1.HeaderClassName
{
color: #284078;
}
.AnyTagClassName
{
color: #284078;
}
</style>
background-color css
<style>
a { background-color: #284078; }
a { background-color: rgb(40,64,120); }
div.DivClassName
{
background-color: #284078;
}
.BgClassName
{
background-color: #284078;
}
</style>
border-color css
<style>
span { border-color: #284078; }
span { border-color: rgb(40,64,120); }
td.TdClassName
{
border-color: #284078;
}
.TagClassName
{
border-color: #284078;
}
</style>