Shades of Royal Blue #345EE1
Tints of Royal Blue #345EE1
RGB
CMYK
RGB Variations
Color information
#345EE1 (or 0x345EE1) is known color: Royal Blue. HEX triplet: 34, 5E and E1. RGB value is (52,94,225). Sum of RGB (Red+Green+Blue) = 52+94+225=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #345EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EE1 is #CBA11E. Grayscale: #5F5F5F. Windows color (decimal): -13345055 or 14769716. OLE color: 14769716.
HSL color Cylindrical-coordinate representation of color #345EE1: hue angle of 225.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345EE1 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 94 | 225 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.12 |
| HSL | 225.43º | 0.74% | 0.54% | - |
| HSV(B) | 225.43º | 0.77% | 0.88% | - |
| XYZ | 19.01 | 14.17 | 72.97 | - |
| YUV | 96.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 225 | 0.77 | 0.58 | 0 | 0.12 | 225.43 | 0.74 | 0.54 |
| Hex | 34 | 5E | E1 | 4D | 3A | 0 | C | E1 | 4A | 36 |
| Octal | 64 | 136 | 341 | 115 | 72 | 0 | 14 | 341 | 112 | 66 |
| Binary | 110100 | 1011110 | 11100001 | 1001101 | 111010 | 0 | 1100 | 11100001 | 1001010 | 110110 |
Color Harmonies of #345EE1
Complementary color
Monochromatic Colors of #345EE1
Black with #345EE1
Text Example
Text Example
White with #345EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EE1; }
p { color: rgb(52,94,225); }
H1.HeaderClassName
{
color: #345EE1;
}
.AnyTagClassName
{
color: #345EE1;
}
</style>
background-color css
<style>
a { background-color: #345EE1; }
a { background-color: rgb(52,94,225); }
div.DivClassName
{
background-color: #345EE1;
}
.BgClassName
{
background-color: #345EE1;
}
</style>
border-color css
<style>
span { border-color: #345EE1; }
span { border-color: rgb(52,94,225); }
td.TdClassName
{
border-color: #345EE1;
}
.TagClassName
{
border-color: #345EE1;
}
</style>