Shades of Royal Blue #3469E0
Tints of Royal Blue #3469E0
RGB
CMYK
RGB Variations
Color information
#3469E0 (or 0x3469E0) is known color: Royal Blue. HEX triplet: 34, 69 and E0. RGB value is (52,105,224). Sum of RGB (Red+Green+Blue) = 52+105+224=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #3469E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469E0 is #CB961F. Grayscale: #666666. Windows color (decimal): -13342240 or 14706996. OLE color: 14706996.
HSL color Cylindrical-coordinate representation of color #3469E0: hue angle of 221.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3469E0 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 105 | 224 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.12 |
| HSL | 221.51º | 0.74% | 0.54% | - |
| HSV(B) | 221.51º | 0.77% | 0.88% | - |
| XYZ | 19.92 | 16.22 | 72.6 | - |
| YUV | 102.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 224 | 0.77 | 0.53 | 0 | 0.12 | 221.51 | 0.74 | 0.54 |
| Hex | 34 | 69 | E0 | 4D | 35 | 0 | C | DE | 4A | 36 |
| Octal | 64 | 151 | 340 | 115 | 65 | 0 | 14 | 336 | 112 | 66 |
| Binary | 110100 | 1101001 | 11100000 | 1001101 | 110101 | 0 | 1100 | 11011110 | 1001010 | 110110 |
Color Harmonies of #3469E0
Complementary color
Monochromatic Colors of #3469E0
Black with #3469E0
Text Example
Text Example
White with #3469E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469E0; }
p { color: rgb(52,105,224); }
H1.HeaderClassName
{
color: #3469E0;
}
.AnyTagClassName
{
color: #3469E0;
}
</style>
background-color css
<style>
a { background-color: #3469E0; }
a { background-color: rgb(52,105,224); }
div.DivClassName
{
background-color: #3469E0;
}
.BgClassName
{
background-color: #3469E0;
}
</style>
border-color css
<style>
span { border-color: #3469E0; }
span { border-color: rgb(52,105,224); }
td.TdClassName
{
border-color: #3469E0;
}
.TagClassName
{
border-color: #3469E0;
}
</style>