Shades of Resolution Blue #294081
Tints of Resolution Blue #294081
RGB
CMYK
RGB Variations
Color information
#294081 (or 0x294081) is known color: Resolution Blue. HEX triplet: 29, 40 and 81. RGB value is (41,64,129). Sum of RGB (Red+Green+Blue) = 41+64+129=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #294081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294081 is #D6BF7E. Grayscale: #404040. Windows color (decimal): -14073727 or 8470569. OLE color: 8470569.
HSL color Cylindrical-coordinate representation of color #294081: hue angle of 224.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294081 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 64 | 129 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.49 |
| HSL | 224.32º | 0.52% | 0.33% | - |
| HSV(B) | 224.32º | 0.68% | 0.51% | - |
| XYZ | 6.71 | 5.72 | 21.52 | - |
| YUV | 64.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 129 | 0.68 | 0.50 | 0 | 0.49 | 224.32 | 0.52 | 0.33 |
| Hex | 29 | 40 | 81 | 44 | 32 | 0 | 31 | E0 | 34 | 21 |
| Octal | 51 | 100 | 201 | 104 | 62 | 0 | 61 | 340 | 64 | 41 |
| Binary | 101001 | 1000000 | 10000001 | 1000100 | 110010 | 0 | 110001 | 11100000 | 110100 | 100001 |
Color Harmonies of #294081
Complementary color
Monochromatic Colors of #294081
Black with #294081
Text Example
Text Example
White with #294081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294081; }
p { color: rgb(41,64,129); }
H1.HeaderClassName
{
color: #294081;
}
.AnyTagClassName
{
color: #294081;
}
</style>
background-color css
<style>
a { background-color: #294081; }
a { background-color: rgb(41,64,129); }
div.DivClassName
{
background-color: #294081;
}
.BgClassName
{
background-color: #294081;
}
</style>
border-color css
<style>
span { border-color: #294081; }
span { border-color: rgb(41,64,129); }
td.TdClassName
{
border-color: #294081;
}
.TagClassName
{
border-color: #294081;
}
</style>