Shades of Royal Blue #3469FB
Tints of Royal Blue #3469FB
RGB
CMYK
RGB Variations
Color information
#3469FB (or 0x3469FB) is known color: Royal Blue. HEX triplet: 34, 69 and FB. RGB value is (52,105,251). Sum of RGB (Red+Green+Blue) = 52+105+251=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #3469FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3469FB is #CB9604. Grayscale: #696969. Windows color (decimal): -13342213 or 16476468. OLE color: 16476468.
HSL color Cylindrical-coordinate representation of color #3469FB: hue angle of 224.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3469FB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 105 | 251 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.02 |
| HSL | 224.02º | 0.96% | 0.59% | - |
| HSV(B) | 224.02º | 0.79% | 0.98% | - |
| XYZ | 23.88 | 17.8 | 93.44 | - |
| YUV | 105.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 251 | 0.79 | 0.58 | 0 | 0.02 | 224.02 | 0.96 | 0.59 |
| Hex | 34 | 69 | FB | 4F | 3A | 0 | 2 | E0 | 60 | 3B |
| Octal | 64 | 151 | 373 | 117 | 72 | 0 | 2 | 340 | 140 | 73 |
| Binary | 110100 | 1101001 | 11111011 | 1001111 | 111010 | 0 | 10 | 11100000 | 1100000 | 111011 |
Color Harmonies of #3469FB
Complementary color
Monochromatic Colors of #3469FB
Black with #3469FB
Text Example
Text Example
White with #3469FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469FB; }
p { color: rgb(52,105,251); }
H1.HeaderClassName
{
color: #3469FB;
}
.AnyTagClassName
{
color: #3469FB;
}
</style>
background-color css
<style>
a { background-color: #3469FB; }
a { background-color: rgb(52,105,251); }
div.DivClassName
{
background-color: #3469FB;
}
.BgClassName
{
background-color: #3469FB;
}
</style>
border-color css
<style>
span { border-color: #3469FB; }
span { border-color: rgb(52,105,251); }
td.TdClassName
{
border-color: #3469FB;
}
.TagClassName
{
border-color: #3469FB;
}
</style>