Shades of Royal Blue #3453EF
Tints of Royal Blue #3453EF
RGB
CMYK
RGB Variations
Color information
#3453EF (or 0x3453EF) is known color: Royal Blue. HEX triplet: 34, 53 and EF. RGB value is (52,83,239). Sum of RGB (Red+Green+Blue) = 52+83+239=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #3453EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3453EF is #CBAC10. Grayscale: #5A5A5A. Windows color (decimal): -13347857 or 15684404. OLE color: 15684404.
HSL color Cylindrical-coordinate representation of color #3453EF: hue angle of 230.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3453EF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 83 | 239 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.06 |
| HSL | 230.05º | 0.85% | 0.57% | - |
| HSV(B) | 230.05º | 0.78% | 0.94% | - |
| XYZ | 20.09 | 13.15 | 83.14 | - |
| YUV | 91.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 239 | 0.78 | 0.65 | 0 | 0.06 | 230.05 | 0.85 | 0.57 |
| Hex | 34 | 53 | EF | 4E | 41 | 0 | 6 | E6 | 55 | 39 |
| Octal | 64 | 123 | 357 | 116 | 101 | 0 | 6 | 346 | 125 | 71 |
| Binary | 110100 | 1010011 | 11101111 | 1001110 | 1000001 | 0 | 110 | 11100110 | 1010101 | 111001 |
Color Harmonies of #3453EF
Complementary color
Monochromatic Colors of #3453EF
Black with #3453EF
Text Example
Text Example
White with #3453EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453EF; }
p { color: rgb(52,83,239); }
H1.HeaderClassName
{
color: #3453EF;
}
.AnyTagClassName
{
color: #3453EF;
}
</style>
background-color css
<style>
a { background-color: #3453EF; }
a { background-color: rgb(52,83,239); }
div.DivClassName
{
background-color: #3453EF;
}
.BgClassName
{
background-color: #3453EF;
}
</style>
border-color css
<style>
span { border-color: #3453EF; }
span { border-color: rgb(52,83,239); }
td.TdClassName
{
border-color: #3453EF;
}
.TagClassName
{
border-color: #3453EF;
}
</style>