Shades of Resolution Blue #293683
Tints of Resolution Blue #293683
RGB
CMYK
RGB Variations
Color information
#293683 (or 0x293683) is known color: Resolution Blue. HEX triplet: 29, 36 and 83. RGB value is (41,54,131). Sum of RGB (Red+Green+Blue) = 41+54+131=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #293683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293683 is #D6C97C. Grayscale: #3A3A3A. Windows color (decimal): -14076285 or 8599081. OLE color: 8599081.
HSL color Cylindrical-coordinate representation of color #293683: hue angle of 231.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293683 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 54 | 131 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.49 |
| HSL | 231.33º | 0.52% | 0.34% | - |
| HSV(B) | 231.33º | 0.69% | 0.51% | - |
| XYZ | 6.33 | 4.75 | 22.06 | - |
| YUV | 58.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 131 | 0.69 | 0.59 | 0 | 0.49 | 231.33 | 0.52 | 0.34 |
| Hex | 29 | 36 | 83 | 45 | 3B | 0 | 31 | E7 | 34 | 22 |
| Octal | 51 | 66 | 203 | 105 | 73 | 0 | 61 | 347 | 64 | 42 |
| Binary | 101001 | 110110 | 10000011 | 1000101 | 111011 | 0 | 110001 | 11100111 | 110100 | 100010 |
Color Harmonies of #293683
Complementary color
Monochromatic Colors of #293683
Black with #293683
Text Example
Text Example
White with #293683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293683; }
p { color: rgb(41,54,131); }
H1.HeaderClassName
{
color: #293683;
}
.AnyTagClassName
{
color: #293683;
}
</style>
background-color css
<style>
a { background-color: #293683; }
a { background-color: rgb(41,54,131); }
div.DivClassName
{
background-color: #293683;
}
.BgClassName
{
background-color: #293683;
}
</style>
border-color css
<style>
span { border-color: #293683; }
span { border-color: rgb(41,54,131); }
td.TdClassName
{
border-color: #293683;
}
.TagClassName
{
border-color: #293683;
}
</style>