Shades of Royal Blue #3450DF
Tints of Royal Blue #3450DF
RGB
CMYK
RGB Variations
Color information
#3450DF (or 0x3450DF) is known color: Royal Blue. HEX triplet: 34, 50 and DF. RGB value is (52,80,223). Sum of RGB (Red+Green+Blue) = 52+80+223=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #3450DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450DF is #CBAF20. Grayscale: #575757. Windows color (decimal): -13348641 or 14635060. OLE color: 14635060.
HSL color Cylindrical-coordinate representation of color #3450DF: hue angle of 230.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3450DF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 80 | 223 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.13 |
| HSL | 230.18º | 0.73% | 0.54% | - |
| HSV(B) | 230.18º | 0.77% | 0.87% | - |
| XYZ | 17.6 | 11.8 | 71.16 | - |
| YUV | 87.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 223 | 0.77 | 0.64 | 0 | 0.13 | 230.18 | 0.73 | 0.54 |
| Hex | 34 | 50 | DF | 4D | 40 | 0 | D | E6 | 49 | 36 |
| Octal | 64 | 120 | 337 | 115 | 100 | 0 | 15 | 346 | 111 | 66 |
| Binary | 110100 | 1010000 | 11011111 | 1001101 | 1000000 | 0 | 1101 | 11100110 | 1001001 | 110110 |
Color Harmonies of #3450DF
Complementary color
Monochromatic Colors of #3450DF
Black with #3450DF
Text Example
Text Example
White with #3450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3450DF; }
p { color: rgb(52,80,223); }
H1.HeaderClassName
{
color: #3450DF;
}
.AnyTagClassName
{
color: #3450DF;
}
</style>
background-color css
<style>
a { background-color: #3450DF; }
a { background-color: rgb(52,80,223); }
div.DivClassName
{
background-color: #3450DF;
}
.BgClassName
{
background-color: #3450DF;
}
</style>
border-color css
<style>
span { border-color: #3450DF; }
span { border-color: rgb(52,80,223); }
td.TdClassName
{
border-color: #3450DF;
}
.TagClassName
{
border-color: #3450DF;
}
</style>