Shades of Regal Blue #294358
Tints of Regal Blue #294358
RGB
CMYK
RGB Variations
Color information
#294358 (or 0x294358) is known color: Regal Blue. HEX triplet: 29, 43 and 58. RGB value is (41,67,88). Sum of RGB (Red+Green+Blue) = 41+67+88=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #294358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294358 is #D6BCA7. Grayscale: #3D3D3D. Windows color (decimal): -14073000 or 5784361. OLE color: 5784361.
HSL color Cylindrical-coordinate representation of color #294358: hue angle of 206.81º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294358 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 67 | 88 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.65 |
| HSL | 206.81º | 0.36% | 0.25% | - |
| HSV(B) | 206.81º | 0.53% | 0.35% | - |
| XYZ | 4.68 | 5.19 | 9.99 | - |
| YUV | 61.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 88 | 0.53 | 0.24 | 0 | 0.65 | 206.81 | 0.36 | 0.25 |
| Hex | 29 | 43 | 58 | 35 | 18 | 0 | 41 | CF | 24 | 19 |
| Octal | 51 | 103 | 130 | 65 | 30 | 0 | 101 | 317 | 44 | 31 |
| Binary | 101001 | 1000011 | 1011000 | 110101 | 11000 | 0 | 1000001 | 11001111 | 100100 | 11001 |
Color Harmonies of #294358
Complementary color
Monochromatic Colors of #294358
Black with #294358
Text Example
Text Example
White with #294358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294358; }
p { color: rgb(41,67,88); }
H1.HeaderClassName
{
color: #294358;
}
.AnyTagClassName
{
color: #294358;
}
</style>
background-color css
<style>
a { background-color: #294358; }
a { background-color: rgb(41,67,88); }
div.DivClassName
{
background-color: #294358;
}
.BgClassName
{
background-color: #294358;
}
</style>
border-color css
<style>
span { border-color: #294358; }
span { border-color: rgb(41,67,88); }
td.TdClassName
{
border-color: #294358;
}
.TagClassName
{
border-color: #294358;
}
</style>