Shades of Regal Blue #29445A
Tints of Regal Blue #29445A
RGB
CMYK
RGB Variations
Color information
#29445A (or 0x29445A) is known color: Regal Blue. HEX triplet: 29, 44 and 5A. RGB value is (41,68,90). Sum of RGB (Red+Green+Blue) = 41+68+90=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #29445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29445A is #D6BBA5. Grayscale: #3E3E3E. Windows color (decimal): -14072742 or 5915689. OLE color: 5915689.
HSL color Cylindrical-coordinate representation of color #29445A: hue angle of 206.94º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29445A is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 68 | 90 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.65 |
| HSL | 206.94º | 0.37% | 0.26% | - |
| HSV(B) | 206.94º | 0.54% | 0.35% | - |
| XYZ | 4.83 | 5.34 | 10.45 | - |
| YUV | 62.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 90 | 0.54 | 0.24 | 0 | 0.65 | 206.94 | 0.37 | 0.26 |
| Hex | 29 | 44 | 5A | 36 | 18 | 0 | 41 | CF | 25 | 1A |
| Octal | 51 | 104 | 132 | 66 | 30 | 0 | 101 | 317 | 45 | 32 |
| Binary | 101001 | 1000100 | 1011010 | 110110 | 11000 | 0 | 1000001 | 11001111 | 100101 | 11010 |
Color Harmonies of #29445A
Complementary color
Monochromatic Colors of #29445A
Black with #29445A
Text Example
Text Example
White with #29445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29445A; }
p { color: rgb(41,68,90); }
H1.HeaderClassName
{
color: #29445A;
}
.AnyTagClassName
{
color: #29445A;
}
</style>
background-color css
<style>
a { background-color: #29445A; }
a { background-color: rgb(41,68,90); }
div.DivClassName
{
background-color: #29445A;
}
.BgClassName
{
background-color: #29445A;
}
</style>
border-color css
<style>
span { border-color: #29445A; }
span { border-color: rgb(41,68,90); }
td.TdClassName
{
border-color: #29445A;
}
.TagClassName
{
border-color: #29445A;
}
</style>