Shades of Royal Blue #295FE3
Tints of Royal Blue #295FE3
RGB
CMYK
RGB Variations
Color information
#295FE3 (or 0x295FE3) is known color: Royal Blue. HEX triplet: 29, 5F and E3. RGB value is (41,95,227). Sum of RGB (Red+Green+Blue) = 41+95+227=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #295FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FE3 is #D6A01C. Grayscale: #5D5D5D. Windows color (decimal): -14065693 or 14901033. OLE color: 14901033.
HSL color Cylindrical-coordinate representation of color #295FE3: hue angle of 222.58º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295FE3 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 95 | 227 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.11 |
| HSL | 222.58º | 0.77% | 0.53% | - |
| HSV(B) | 222.58º | 0.82% | 0.89% | - |
| XYZ | 18.87 | 14.2 | 74.42 | - |
| YUV | 93.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 227 | 0.82 | 0.58 | 0 | 0.11 | 222.58 | 0.77 | 0.53 |
| Hex | 29 | 5F | E3 | 52 | 3A | 0 | B | DF | 4D | 35 |
| Octal | 51 | 137 | 343 | 122 | 72 | 0 | 13 | 337 | 115 | 65 |
| Binary | 101001 | 1011111 | 11100011 | 1010010 | 111010 | 0 | 1011 | 11011111 | 1001101 | 110101 |
Color Harmonies of #295FE3
Complementary color
Monochromatic Colors of #295FE3
Black with #295FE3
Text Example
Text Example
White with #295FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FE3; }
p { color: rgb(41,95,227); }
H1.HeaderClassName
{
color: #295FE3;
}
.AnyTagClassName
{
color: #295FE3;
}
</style>
background-color css
<style>
a { background-color: #295FE3; }
a { background-color: rgb(41,95,227); }
div.DivClassName
{
background-color: #295FE3;
}
.BgClassName
{
background-color: #295FE3;
}
</style>
border-color css
<style>
span { border-color: #295FE3; }
span { border-color: rgb(41,95,227); }
td.TdClassName
{
border-color: #295FE3;
}
.TagClassName
{
border-color: #295FE3;
}
</style>