Shades of Royal Blue #347CE3
Tints of Royal Blue #347CE3
RGB
CMYK
RGB Variations
Color information
#347CE3 (or 0x347CE3) is known color: Royal Blue. HEX triplet: 34, 7C and E3. RGB value is (52,124,227). Sum of RGB (Red+Green+Blue) = 52+124+227=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #347CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CE3 is #CB831C. Grayscale: #717171. Windows color (decimal): -13337373 or 14908468. OLE color: 14908468.
HSL color Cylindrical-coordinate representation of color #347CE3: hue angle of 215.31º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347CE3 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 124 | 227 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.11 |
| HSL | 215.31º | 0.76% | 0.55% | - |
| HSV(B) | 215.31º | 0.77% | 0.89% | - |
| XYZ | 22.49 | 20.69 | 75.48 | - |
| YUV | 114.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 227 | 0.77 | 0.45 | 0 | 0.11 | 215.31 | 0.76 | 0.55 |
| Hex | 34 | 7C | E3 | 4D | 2D | 0 | B | D7 | 4C | 37 |
| Octal | 64 | 174 | 343 | 115 | 55 | 0 | 13 | 327 | 114 | 67 |
| Binary | 110100 | 1111100 | 11100011 | 1001101 | 101101 | 0 | 1011 | 11010111 | 1001100 | 110111 |
Color Harmonies of #347CE3
Complementary color
Monochromatic Colors of #347CE3
Black with #347CE3
Text Example
Text Example
White with #347CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CE3; }
p { color: rgb(52,124,227); }
H1.HeaderClassName
{
color: #347CE3;
}
.AnyTagClassName
{
color: #347CE3;
}
</style>
background-color css
<style>
a { background-color: #347CE3; }
a { background-color: rgb(52,124,227); }
div.DivClassName
{
background-color: #347CE3;
}
.BgClassName
{
background-color: #347CE3;
}
</style>
border-color css
<style>
span { border-color: #347CE3; }
span { border-color: rgb(52,124,227); }
td.TdClassName
{
border-color: #347CE3;
}
.TagClassName
{
border-color: #347CE3;
}
</style>