Shades of Royal Blue #345AEC
Tints of Royal Blue #345AEC
RGB
CMYK
RGB Variations
Color information
#345AEC (or 0x345AEC) is known color: Royal Blue. HEX triplet: 34, 5A and EC. RGB value is (52,90,236). Sum of RGB (Red+Green+Blue) = 52+90+236=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #345AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AEC is #CBA513. Grayscale: #5E5E5E. Windows color (decimal): -13346068 or 15489588. OLE color: 15489588.
HSL color Cylindrical-coordinate representation of color #345AEC: hue angle of 227.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345AEC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 90 | 236 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.61º | 0.83% | 0.56% | - |
| HSV(B) | 227.61º | 0.78% | 0.93% | - |
| XYZ | 20.21 | 14.1 | 81.01 | - |
| YUV | 95.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 236 | 0.78 | 0.62 | 0 | 0.07 | 227.61 | 0.83 | 0.56 |
| Hex | 34 | 5A | EC | 4E | 3E | 0 | 7 | E4 | 53 | 38 |
| Octal | 64 | 132 | 354 | 116 | 76 | 0 | 7 | 344 | 123 | 70 |
| Binary | 110100 | 1011010 | 11101100 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010011 | 111000 |
Color Harmonies of #345AEC
Complementary color
Monochromatic Colors of #345AEC
Black with #345AEC
Text Example
Text Example
White with #345AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AEC; }
p { color: rgb(52,90,236); }
H1.HeaderClassName
{
color: #345AEC;
}
.AnyTagClassName
{
color: #345AEC;
}
</style>
background-color css
<style>
a { background-color: #345AEC; }
a { background-color: rgb(52,90,236); }
div.DivClassName
{
background-color: #345AEC;
}
.BgClassName
{
background-color: #345AEC;
}
</style>
border-color css
<style>
span { border-color: #345AEC; }
span { border-color: rgb(52,90,236); }
td.TdClassName
{
border-color: #345AEC;
}
.TagClassName
{
border-color: #345AEC;
}
</style>