Shades of Resolution Blue #293479
Tints of Resolution Blue #293479
RGB
CMYK
RGB Variations
Color information
#293479 (or 0x293479) is known color: Resolution Blue. HEX triplet: 29, 34 and 79. RGB value is (41,52,121). Sum of RGB (Red+Green+Blue) = 41+52+121=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #293479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293479 is #D6CB86. Grayscale: #383838. Windows color (decimal): -14076807 or 7943209. OLE color: 7943209.
HSL color Cylindrical-coordinate representation of color #293479: hue angle of 231.75º 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 #293479 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 52 | 121 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.53 |
| HSL | 231.75º | 0.49% | 0.32% | - |
| HSV(B) | 231.75º | 0.66% | 0.47% | - |
| XYZ | 5.59 | 4.31 | 18.63 | - |
| YUV | 56.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 121 | 0.66 | 0.57 | 0 | 0.53 | 231.75 | 0.49 | 0.32 |
| Hex | 29 | 34 | 79 | 42 | 39 | 0 | 35 | E8 | 31 | 20 |
| Octal | 51 | 64 | 171 | 102 | 71 | 0 | 65 | 350 | 61 | 40 |
| Binary | 101001 | 110100 | 1111001 | 1000010 | 111001 | 0 | 110101 | 11101000 | 110001 | 100000 |
Color Harmonies of #293479
Complementary color
Monochromatic Colors of #293479
Black with #293479
Text Example
Text Example
White with #293479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293479; }
p { color: rgb(41,52,121); }
H1.HeaderClassName
{
color: #293479;
}
.AnyTagClassName
{
color: #293479;
}
</style>
background-color css
<style>
a { background-color: #293479; }
a { background-color: rgb(41,52,121); }
div.DivClassName
{
background-color: #293479;
}
.BgClassName
{
background-color: #293479;
}
</style>
border-color css
<style>
span { border-color: #293479; }
span { border-color: rgb(41,52,121); }
td.TdClassName
{
border-color: #293479;
}
.TagClassName
{
border-color: #293479;
}
</style>