Shades of Resolution Blue #293474
Tints of Resolution Blue #293474
RGB
CMYK
RGB Variations
Color information
#293474 (or 0x293474) is known color: Resolution Blue. HEX triplet: 29, 34 and 74. RGB value is (41,52,116). Sum of RGB (Red+Green+Blue) = 41+52+116=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #293474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293474 is #D6CB8B. Grayscale: #373737. Windows color (decimal): -14076812 or 7615529. OLE color: 7615529.
HSL color Cylindrical-coordinate representation of color #293474: hue angle of 231.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293474 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 52 | 116 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.55 |
| HSL | 231.2º | 0.48% | 0.31% | - |
| HSV(B) | 231.2º | 0.65% | 0.45% | - |
| XYZ | 5.29 | 4.19 | 17.05 | - |
| YUV | 56.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 116 | 0.65 | 0.55 | 0 | 0.55 | 231.2 | 0.48 | 0.31 |
| Hex | 29 | 34 | 74 | 41 | 37 | 0 | 37 | E7 | 30 | 1F |
| Octal | 51 | 64 | 164 | 101 | 67 | 0 | 67 | 347 | 60 | 37 |
| Binary | 101001 | 110100 | 1110100 | 1000001 | 110111 | 0 | 110111 | 11100111 | 110000 | 11111 |
Color Harmonies of #293474
Complementary color
Monochromatic Colors of #293474
Black with #293474
Text Example
Text Example
White with #293474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293474; }
p { color: rgb(41,52,116); }
H1.HeaderClassName
{
color: #293474;
}
.AnyTagClassName
{
color: #293474;
}
</style>
background-color css
<style>
a { background-color: #293474; }
a { background-color: rgb(41,52,116); }
div.DivClassName
{
background-color: #293474;
}
.BgClassName
{
background-color: #293474;
}
</style>
border-color css
<style>
span { border-color: #293474; }
span { border-color: rgb(41,52,116); }
td.TdClassName
{
border-color: #293474;
}
.TagClassName
{
border-color: #293474;
}
</style>