Shades of Royal Blue #3469EC
Tints of Royal Blue #3469EC
RGB
CMYK
RGB Variations
Color information
#3469EC (or 0x3469EC) is known color: Royal Blue. HEX triplet: 34, 69 and EC. RGB value is (52,105,236). Sum of RGB (Red+Green+Blue) = 52+105+236=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #3469EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3469EC is #CB9613. Grayscale: #676767. Windows color (decimal): -13342228 or 15493428. OLE color: 15493428.
HSL color Cylindrical-coordinate representation of color #3469EC: hue angle of 222.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3469EC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 105 | 236 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.07 |
| HSL | 222.72º | 0.83% | 0.56% | - |
| HSV(B) | 222.72º | 0.78% | 0.93% | - |
| XYZ | 21.61 | 16.89 | 81.48 | - |
| YUV | 104.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 236 | 0.78 | 0.56 | 0 | 0.07 | 222.72 | 0.83 | 0.56 |
| Hex | 34 | 69 | EC | 4E | 38 | 0 | 7 | DF | 53 | 38 |
| Octal | 64 | 151 | 354 | 116 | 70 | 0 | 7 | 337 | 123 | 70 |
| Binary | 110100 | 1101001 | 11101100 | 1001110 | 111000 | 0 | 111 | 11011111 | 1010011 | 111000 |
Color Harmonies of #3469EC
Complementary color
Monochromatic Colors of #3469EC
Black with #3469EC
Text Example
Text Example
White with #3469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469EC; }
p { color: rgb(52,105,236); }
H1.HeaderClassName
{
color: #3469EC;
}
.AnyTagClassName
{
color: #3469EC;
}
</style>
background-color css
<style>
a { background-color: #3469EC; }
a { background-color: rgb(52,105,236); }
div.DivClassName
{
background-color: #3469EC;
}
.BgClassName
{
background-color: #3469EC;
}
</style>
border-color css
<style>
span { border-color: #3469EC; }
span { border-color: rgb(52,105,236); }
td.TdClassName
{
border-color: #3469EC;
}
.TagClassName
{
border-color: #3469EC;
}
</style>