Shades of Resolution Blue #29378C
Tints of Resolution Blue #29378C
RGB
CMYK
RGB Variations
Color information
#29378C (or 0x29378C) is known color: Resolution Blue. HEX triplet: 29, 37 and 8C. RGB value is (41,55,140). Sum of RGB (Red+Green+Blue) = 41+55+140=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #29378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29378C is #D6C873. Grayscale: #3C3C3C. Windows color (decimal): -14076020 or 9189161. OLE color: 9189161.
HSL color Cylindrical-coordinate representation of color #29378C: hue angle of 231.52º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29378C is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 55 | 140 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.45 |
| HSL | 231.52º | 0.55% | 0.35% | - |
| HSV(B) | 231.52º | 0.71% | 0.55% | - |
| XYZ | 7.01 | 5.1 | 25.43 | - |
| YUV | 60.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 140 | 0.71 | 0.61 | 0 | 0.45 | 231.52 | 0.55 | 0.35 |
| Hex | 29 | 37 | 8C | 47 | 3D | 0 | 2D | E8 | 37 | 23 |
| Octal | 51 | 67 | 214 | 107 | 75 | 0 | 55 | 350 | 67 | 43 |
| Binary | 101001 | 110111 | 10001100 | 1000111 | 111101 | 0 | 101101 | 11101000 | 110111 | 100011 |
Color Harmonies of #29378C
Complementary color
Monochromatic Colors of #29378C
Black with #29378C
Text Example
Text Example
White with #29378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29378C; }
p { color: rgb(41,55,140); }
H1.HeaderClassName
{
color: #29378C;
}
.AnyTagClassName
{
color: #29378C;
}
</style>
background-color css
<style>
a { background-color: #29378C; }
a { background-color: rgb(41,55,140); }
div.DivClassName
{
background-color: #29378C;
}
.BgClassName
{
background-color: #29378C;
}
</style>
border-color css
<style>
span { border-color: #29378C; }
span { border-color: rgb(41,55,140); }
td.TdClassName
{
border-color: #29378C;
}
.TagClassName
{
border-color: #29378C;
}
</style>