Shades of Resolution Blue #293F7D
Tints of Resolution Blue #293F7D
RGB
CMYK
RGB Variations
Color information
#293F7D (or 0x293F7D) is known color: Resolution Blue. HEX triplet: 29, 3F and 7D. RGB value is (41,63,125). Sum of RGB (Red+Green+Blue) = 41+63+125=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #293F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F7D is #D6C082. Grayscale: #3F3F3F. Windows color (decimal): -14073987 or 8208169. OLE color: 8208169.
HSL color Cylindrical-coordinate representation of color #293F7D: hue angle of 224.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293F7D is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 63 | 125 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.51 |
| HSL | 224.29º | 0.51% | 0.33% | - |
| HSV(B) | 224.29º | 0.67% | 0.49% | - |
| XYZ | 6.39 | 5.51 | 20.13 | - |
| YUV | 63.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 125 | 0.67 | 0.50 | 0 | 0.51 | 224.29 | 0.51 | 0.33 |
| Hex | 29 | 3F | 7D | 43 | 32 | 0 | 33 | E0 | 33 | 21 |
| Octal | 51 | 77 | 175 | 103 | 62 | 0 | 63 | 340 | 63 | 41 |
| Binary | 101001 | 111111 | 1111101 | 1000011 | 110010 | 0 | 110011 | 11100000 | 110011 | 100001 |
Color Harmonies of #293F7D
Complementary color
Monochromatic Colors of #293F7D
Black with #293F7D
Text Example
Text Example
White with #293F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F7D; }
p { color: rgb(41,63,125); }
H1.HeaderClassName
{
color: #293F7D;
}
.AnyTagClassName
{
color: #293F7D;
}
</style>
background-color css
<style>
a { background-color: #293F7D; }
a { background-color: rgb(41,63,125); }
div.DivClassName
{
background-color: #293F7D;
}
.BgClassName
{
background-color: #293F7D;
}
</style>
border-color css
<style>
span { border-color: #293F7D; }
span { border-color: rgb(41,63,125); }
td.TdClassName
{
border-color: #293F7D;
}
.TagClassName
{
border-color: #293F7D;
}
</style>