Shades of Resolution Blue #293883
Tints of Resolution Blue #293883
RGB
CMYK
RGB Variations
Color information
#293883 (or 0x293883) is known color: Resolution Blue. HEX triplet: 29, 38 and 83. RGB value is (41,56,131). Sum of RGB (Red+Green+Blue) = 41+56+131=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #293883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293883 is #D6C77C. Grayscale: #3B3B3B. Windows color (decimal): -14075773 or 8599593. OLE color: 8599593.
HSL color Cylindrical-coordinate representation of color #293883: hue angle of 230º 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 #293883 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 56 | 131 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.49 |
| HSL | 230º | 0.52% | 0.34% | - |
| HSV(B) | 230º | 0.69% | 0.51% | - |
| XYZ | 6.43 | 4.94 | 22.09 | - |
| YUV | 60.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 131 | 0.69 | 0.57 | 0 | 0.49 | 230 | 0.52 | 0.34 |
| Hex | 29 | 38 | 83 | 45 | 39 | 0 | 31 | E6 | 34 | 22 |
| Octal | 51 | 70 | 203 | 105 | 71 | 0 | 61 | 346 | 64 | 42 |
| Binary | 101001 | 111000 | 10000011 | 1000101 | 111001 | 0 | 110001 | 11100110 | 110100 | 100010 |
Color Harmonies of #293883
Complementary color
Monochromatic Colors of #293883
Black with #293883
Text Example
Text Example
White with #293883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293883; }
p { color: rgb(41,56,131); }
H1.HeaderClassName
{
color: #293883;
}
.AnyTagClassName
{
color: #293883;
}
</style>
background-color css
<style>
a { background-color: #293883; }
a { background-color: rgb(41,56,131); }
div.DivClassName
{
background-color: #293883;
}
.BgClassName
{
background-color: #293883;
}
</style>
border-color css
<style>
span { border-color: #293883; }
span { border-color: rgb(41,56,131); }
td.TdClassName
{
border-color: #293883;
}
.TagClassName
{
border-color: #293883;
}
</style>