Shades of Royal Blue #3453DF
Tints of Royal Blue #3453DF
RGB
CMYK
RGB Variations
Color information
#3453DF (or 0x3453DF) is known color: Royal Blue. HEX triplet: 34, 53 and DF. RGB value is (52,83,223). Sum of RGB (Red+Green+Blue) = 52+83+223=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #3453DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453DF is #CBAC20. Grayscale: #595959. Windows color (decimal): -13347873 or 14635828. OLE color: 14635828.
HSL color Cylindrical-coordinate representation of color #3453DF: hue angle of 229.12º 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 #3453DF is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 83 | 223 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.13 |
| HSL | 229.12º | 0.73% | 0.54% | - |
| HSV(B) | 229.12º | 0.77% | 0.87% | - |
| XYZ | 17.83 | 12.24 | 71.24 | - |
| YUV | 89.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 223 | 0.77 | 0.63 | 0 | 0.13 | 229.12 | 0.73 | 0.54 |
| Hex | 34 | 53 | DF | 4D | 3F | 0 | D | E5 | 49 | 36 |
| Octal | 64 | 123 | 337 | 115 | 77 | 0 | 15 | 345 | 111 | 66 |
| Binary | 110100 | 1010011 | 11011111 | 1001101 | 111111 | 0 | 1101 | 11100101 | 1001001 | 110110 |
Color Harmonies of #3453DF
Complementary color
Monochromatic Colors of #3453DF
Black with #3453DF
Text Example
Text Example
White with #3453DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453DF; }
p { color: rgb(52,83,223); }
H1.HeaderClassName
{
color: #3453DF;
}
.AnyTagClassName
{
color: #3453DF;
}
</style>
background-color css
<style>
a { background-color: #3453DF; }
a { background-color: rgb(52,83,223); }
div.DivClassName
{
background-color: #3453DF;
}
.BgClassName
{
background-color: #3453DF;
}
</style>
border-color css
<style>
span { border-color: #3453DF; }
span { border-color: rgb(52,83,223); }
td.TdClassName
{
border-color: #3453DF;
}
.TagClassName
{
border-color: #3453DF;
}
</style>