Shades of Royal Blue #3469D8
Tints of Royal Blue #3469D8
RGB
CMYK
RGB Variations
Color information
#3469D8 (or 0x3469D8) is known color: Royal Blue. HEX triplet: 34, 69 and D8. RGB value is (52,105,216). Sum of RGB (Red+Green+Blue) = 52+105+216=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #3469D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469D8 is #CB9627. Grayscale: #656565. Windows color (decimal): -13342248 or 14182708. OLE color: 14182708.
HSL color Cylindrical-coordinate representation of color #3469D8: hue angle of 220.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3469D8 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 105 | 216 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.15 |
| HSL | 220.61º | 0.68% | 0.53% | - |
| HSV(B) | 220.61º | 0.76% | 0.85% | - |
| XYZ | 18.86 | 15.79 | 67.02 | - |
| YUV | 101.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 216 | 0.76 | 0.51 | 0 | 0.15 | 220.61 | 0.68 | 0.53 |
| Hex | 34 | 69 | D8 | 4C | 33 | 0 | F | DD | 44 | 35 |
| Octal | 64 | 151 | 330 | 114 | 63 | 0 | 17 | 335 | 104 | 65 |
| Binary | 110100 | 1101001 | 11011000 | 1001100 | 110011 | 0 | 1111 | 11011101 | 1000100 | 110101 |
Color Harmonies of #3469D8
Complementary color
Monochromatic Colors of #3469D8
Black with #3469D8
Text Example
Text Example
White with #3469D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469D8; }
p { color: rgb(52,105,216); }
H1.HeaderClassName
{
color: #3469D8;
}
.AnyTagClassName
{
color: #3469D8;
}
</style>
background-color css
<style>
a { background-color: #3469D8; }
a { background-color: rgb(52,105,216); }
div.DivClassName
{
background-color: #3469D8;
}
.BgClassName
{
background-color: #3469D8;
}
</style>
border-color css
<style>
span { border-color: #3469D8; }
span { border-color: rgb(52,105,216); }
td.TdClassName
{
border-color: #3469D8;
}
.TagClassName
{
border-color: #3469D8;
}
</style>