Shades of Royal Blue #3451DF
Tints of Royal Blue #3451DF
RGB
CMYK
RGB Variations
Color information
#3451DF (or 0x3451DF) is known color: Royal Blue. HEX triplet: 34, 51 and DF. RGB value is (52,81,223). Sum of RGB (Red+Green+Blue) = 52+81+223=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #3451DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3451DF is #CBAE20. Grayscale: #575757. Windows color (decimal): -13348385 or 14635316. OLE color: 14635316.
HSL color Cylindrical-coordinate representation of color #3451DF: hue angle of 229.82º 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 #3451DF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 81 | 223 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.13 |
| HSL | 229.82º | 0.73% | 0.54% | - |
| HSV(B) | 229.82º | 0.77% | 0.87% | - |
| XYZ | 17.68 | 11.94 | 71.19 | - |
| YUV | 88.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 223 | 0.77 | 0.64 | 0 | 0.13 | 229.82 | 0.73 | 0.54 |
| Hex | 34 | 51 | DF | 4D | 40 | 0 | D | E6 | 49 | 36 |
| Octal | 64 | 121 | 337 | 115 | 100 | 0 | 15 | 346 | 111 | 66 |
| Binary | 110100 | 1010001 | 11011111 | 1001101 | 1000000 | 0 | 1101 | 11100110 | 1001001 | 110110 |
Color Harmonies of #3451DF
Complementary color
Monochromatic Colors of #3451DF
Black with #3451DF
Text Example
Text Example
White with #3451DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451DF; }
p { color: rgb(52,81,223); }
H1.HeaderClassName
{
color: #3451DF;
}
.AnyTagClassName
{
color: #3451DF;
}
</style>
background-color css
<style>
a { background-color: #3451DF; }
a { background-color: rgb(52,81,223); }
div.DivClassName
{
background-color: #3451DF;
}
.BgClassName
{
background-color: #3451DF;
}
</style>
border-color css
<style>
span { border-color: #3451DF; }
span { border-color: rgb(52,81,223); }
td.TdClassName
{
border-color: #3451DF;
}
.TagClassName
{
border-color: #3451DF;
}
</style>