Shades of Resolution Blue #293D7F
Tints of Resolution Blue #293D7F
RGB
CMYK
RGB Variations
Color information
#293D7F (or 0x293D7F) is known color: Resolution Blue. HEX triplet: 29, 3D and 7F. RGB value is (41,61,127). Sum of RGB (Red+Green+Blue) = 41+61+127=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #293D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D7F is #D6C280. Grayscale: #3E3E3E. Windows color (decimal): -14074497 or 8338729. OLE color: 8338729.
HSL color Cylindrical-coordinate representation of color #293D7F: hue angle of 226.05º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293D7F is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 61 | 127 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.50 |
| HSL | 226.05º | 0.51% | 0.33% | - |
| HSV(B) | 226.05º | 0.68% | 0.5% | - |
| XYZ | 6.41 | 5.34 | 20.77 | - |
| YUV | 62.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 127 | 0.68 | 0.52 | 0 | 0.50 | 226.05 | 0.51 | 0.33 |
| Hex | 29 | 3D | 7F | 44 | 34 | 0 | 32 | E2 | 33 | 21 |
| Octal | 51 | 75 | 177 | 104 | 64 | 0 | 62 | 342 | 63 | 41 |
| Binary | 101001 | 111101 | 1111111 | 1000100 | 110100 | 0 | 110010 | 11100010 | 110011 | 100001 |
Color Harmonies of #293D7F
Complementary color
Monochromatic Colors of #293D7F
Black with #293D7F
Text Example
Text Example
White with #293D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D7F; }
p { color: rgb(41,61,127); }
H1.HeaderClassName
{
color: #293D7F;
}
.AnyTagClassName
{
color: #293D7F;
}
</style>
background-color css
<style>
a { background-color: #293D7F; }
a { background-color: rgb(41,61,127); }
div.DivClassName
{
background-color: #293D7F;
}
.BgClassName
{
background-color: #293D7F;
}
</style>
border-color css
<style>
span { border-color: #293D7F; }
span { border-color: rgb(41,61,127); }
td.TdClassName
{
border-color: #293D7F;
}
.TagClassName
{
border-color: #293D7F;
}
</style>