Shades of Resolution Blue #293D6C
Tints of Resolution Blue #293D6C
RGB
CMYK
RGB Variations
Color information
#293D6C (or 0x293D6C) is known color: Resolution Blue. HEX triplet: 29, 3D and 6C. RGB value is (41,61,108). Sum of RGB (Red+Green+Blue) = 41+61+108=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #293D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D6C is #D6C293. Grayscale: #3C3C3C. Windows color (decimal): -14074516 or 7093545. OLE color: 7093545.
HSL color Cylindrical-coordinate representation of color #293D6C: hue angle of 222.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293D6C is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 61 | 108 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.58 |
| HSL | 222.09º | 0.45% | 0.29% | - |
| HSV(B) | 222.09º | 0.62% | 0.42% | - |
| XYZ | 5.29 | 4.89 | 14.85 | - |
| YUV | 60.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 108 | 0.62 | 0.44 | 0 | 0.58 | 222.09 | 0.45 | 0.29 |
| Hex | 29 | 3D | 6C | 3E | 2C | 0 | 3A | DE | 2D | 1D |
| Octal | 51 | 75 | 154 | 76 | 54 | 0 | 72 | 336 | 55 | 35 |
| Binary | 101001 | 111101 | 1101100 | 111110 | 101100 | 0 | 111010 | 11011110 | 101101 | 11101 |
Color Harmonies of #293D6C
Complementary color
Monochromatic Colors of #293D6C
Black with #293D6C
Text Example
Text Example
White with #293D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D6C; }
p { color: rgb(41,61,108); }
H1.HeaderClassName
{
color: #293D6C;
}
.AnyTagClassName
{
color: #293D6C;
}
</style>
background-color css
<style>
a { background-color: #293D6C; }
a { background-color: rgb(41,61,108); }
div.DivClassName
{
background-color: #293D6C;
}
.BgClassName
{
background-color: #293D6C;
}
</style>
border-color css
<style>
span { border-color: #293D6C; }
span { border-color: rgb(41,61,108); }
td.TdClassName
{
border-color: #293D6C;
}
.TagClassName
{
border-color: #293D6C;
}
</style>