Shades of Royal Blue #3469FF
Tints of Royal Blue #3469FF
RGB
CMYK
RGB Variations
Color information
#3469FF (or 0x3469FF) is known color: Royal Blue. HEX triplet: 34, 69 and FF. RGB value is (52,105,255). Sum of RGB (Red+Green+Blue) = 52+105+255=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #3469FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3469FF is #CB9600. Grayscale: #696969. Windows color (decimal): -13342209 or 16738612. OLE color: 16738612.
HSL color Cylindrical-coordinate representation of color #3469FF: hue angle of 224.33º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3469FF is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 105 | 255 | - |
| CMYK | 0.80 | 0.59 | 0 | 0 |
| HSL | 224.34º | 1% | 0.6% | - |
| HSV(B) | 224.34º | 0.8% | 1% | - |
| XYZ | 24.52 | 18.05 | 96.8 | - |
| YUV | 106.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 255 | 0.80 | 0.59 | 0 | 0 | 224.34 | 1 | 0.6 |
| Hex | 34 | 69 | FF | 50 | 3B | 0 | 0 | E0 | 64 | 3C |
| Octal | 64 | 151 | 377 | 120 | 73 | 0 | 0 | 340 | 144 | 74 |
| Binary | 110100 | 1101001 | 11111111 | 1010000 | 111011 | 0 | 0 | 11100000 | 1100100 | 111100 |
Color Harmonies of #3469FF
Complementary color
Monochromatic Colors of #3469FF
Black with #3469FF
Text Example
Text Example
White with #3469FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469FF; }
p { color: rgb(52,105,255); }
H1.HeaderClassName
{
color: #3469FF;
}
.AnyTagClassName
{
color: #3469FF;
}
</style>
background-color css
<style>
a { background-color: #3469FF; }
a { background-color: rgb(52,105,255); }
div.DivClassName
{
background-color: #3469FF;
}
.BgClassName
{
background-color: #3469FF;
}
</style>
border-color css
<style>
span { border-color: #3469FF; }
span { border-color: rgb(52,105,255); }
td.TdClassName
{
border-color: #3469FF;
}
.TagClassName
{
border-color: #3469FF;
}
</style>