Shades of Resolution Blue #293D81
Tints of Resolution Blue #293D81
RGB
CMYK
RGB Variations
Color information
#293D81 (or 0x293D81) is known color: Resolution Blue. HEX triplet: 29, 3D and 81. RGB value is (41,61,129). Sum of RGB (Red+Green+Blue) = 41+61+129=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #293D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D81 is #D6C27E. Grayscale: #3E3E3E. Windows color (decimal): -14074495 or 8469801. OLE color: 8469801.
HSL color Cylindrical-coordinate representation of color #293D81: hue angle of 226.36º 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 #293D81 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 61 | 129 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.49 |
| HSL | 226.36º | 0.52% | 0.33% | - |
| HSV(B) | 226.36º | 0.68% | 0.51% | - |
| XYZ | 6.55 | 5.39 | 21.47 | - |
| YUV | 62.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 129 | 0.68 | 0.53 | 0 | 0.49 | 226.36 | 0.52 | 0.33 |
| Hex | 29 | 3D | 81 | 44 | 35 | 0 | 31 | E2 | 34 | 21 |
| Octal | 51 | 75 | 201 | 104 | 65 | 0 | 61 | 342 | 64 | 41 |
| Binary | 101001 | 111101 | 10000001 | 1000100 | 110101 | 0 | 110001 | 11100010 | 110100 | 100001 |
Color Harmonies of #293D81
Complementary color
Monochromatic Colors of #293D81
Black with #293D81
Text Example
Text Example
White with #293D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D81; }
p { color: rgb(41,61,129); }
H1.HeaderClassName
{
color: #293D81;
}
.AnyTagClassName
{
color: #293D81;
}
</style>
background-color css
<style>
a { background-color: #293D81; }
a { background-color: rgb(41,61,129); }
div.DivClassName
{
background-color: #293D81;
}
.BgClassName
{
background-color: #293D81;
}
</style>
border-color css
<style>
span { border-color: #293D81; }
span { border-color: rgb(41,61,129); }
td.TdClassName
{
border-color: #293D81;
}
.TagClassName
{
border-color: #293D81;
}
</style>