Shades of Resolution Blue #293C6D
Tints of Resolution Blue #293C6D
RGB
CMYK
RGB Variations
Color information
#293C6D (or 0x293C6D) is known color: Resolution Blue. HEX triplet: 29, 3C and 6D. RGB value is (41,60,109). Sum of RGB (Red+Green+Blue) = 41+60+109=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #293C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C6D is #D6C392. Grayscale: #3B3B3B. Windows color (decimal): -14074771 or 7158825. OLE color: 7158825.
HSL color Cylindrical-coordinate representation of color #293C6D: hue angle of 223.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293C6D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 60 | 109 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.57 |
| HSL | 223.24º | 0.45% | 0.29% | - |
| HSV(B) | 223.24º | 0.62% | 0.43% | - |
| XYZ | 5.29 | 4.81 | 15.12 | - |
| YUV | 59.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 109 | 0.62 | 0.45 | 0 | 0.57 | 223.24 | 0.45 | 0.29 |
| Hex | 29 | 3C | 6D | 3E | 2D | 0 | 39 | DF | 2D | 1D |
| Octal | 51 | 74 | 155 | 76 | 55 | 0 | 71 | 337 | 55 | 35 |
| Binary | 101001 | 111100 | 1101101 | 111110 | 101101 | 0 | 111001 | 11011111 | 101101 | 11101 |
Color Harmonies of #293C6D
Complementary color
Monochromatic Colors of #293C6D
Black with #293C6D
Text Example
Text Example
White with #293C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C6D; }
p { color: rgb(41,60,109); }
H1.HeaderClassName
{
color: #293C6D;
}
.AnyTagClassName
{
color: #293C6D;
}
</style>
background-color css
<style>
a { background-color: #293C6D; }
a { background-color: rgb(41,60,109); }
div.DivClassName
{
background-color: #293C6D;
}
.BgClassName
{
background-color: #293C6D;
}
</style>
border-color css
<style>
span { border-color: #293C6D; }
span { border-color: rgb(41,60,109); }
td.TdClassName
{
border-color: #293C6D;
}
.TagClassName
{
border-color: #293C6D;
}
</style>