Shades of Resolution Blue #294378
Tints of Resolution Blue #294378
RGB
CMYK
RGB Variations
Color information
#294378 (or 0x294378) is known color: Resolution Blue. HEX triplet: 29, 43 and 78. RGB value is (41,67,120). Sum of RGB (Red+Green+Blue) = 41+67+120=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #294378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294378 is #D6BC87. Grayscale: #414141. Windows color (decimal): -14072968 or 7881513. OLE color: 7881513.
HSL color Cylindrical-coordinate representation of color #294378: hue angle of 220.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294378 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 67 | 120 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.53 |
| HSL | 220.25º | 0.49% | 0.32% | - |
| HSV(B) | 220.25º | 0.66% | 0.47% | - |
| XYZ | 6.31 | 5.84 | 18.56 | - |
| YUV | 65.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 120 | 0.66 | 0.44 | 0 | 0.53 | 220.25 | 0.49 | 0.32 |
| Hex | 29 | 43 | 78 | 42 | 2C | 0 | 35 | DC | 31 | 20 |
| Octal | 51 | 103 | 170 | 102 | 54 | 0 | 65 | 334 | 61 | 40 |
| Binary | 101001 | 1000011 | 1111000 | 1000010 | 101100 | 0 | 110101 | 11011100 | 110001 | 100000 |
Color Harmonies of #294378
Complementary color
Monochromatic Colors of #294378
Black with #294378
Text Example
Text Example
White with #294378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294378; }
p { color: rgb(41,67,120); }
H1.HeaderClassName
{
color: #294378;
}
.AnyTagClassName
{
color: #294378;
}
</style>
background-color css
<style>
a { background-color: #294378; }
a { background-color: rgb(41,67,120); }
div.DivClassName
{
background-color: #294378;
}
.BgClassName
{
background-color: #294378;
}
</style>
border-color css
<style>
span { border-color: #294378; }
span { border-color: rgb(41,67,120); }
td.TdClassName
{
border-color: #294378;
}
.TagClassName
{
border-color: #294378;
}
</style>