Shades of Royal Blue #345FEC
Tints of Royal Blue #345FEC
RGB
CMYK
RGB Variations
Color information
#345FEC (or 0x345FEC) is known color: Royal Blue. HEX triplet: 34, 5F and EC. RGB value is (52,95,236). Sum of RGB (Red+Green+Blue) = 52+95+236=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #345FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FEC is #CBA013. Grayscale: #616161. Windows color (decimal): -13344788 or 15490868. OLE color: 15490868.
HSL color Cylindrical-coordinate representation of color #345FEC: hue angle of 225.98º 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 #345FEC is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 95 | 236 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.07 |
| HSL | 225.98º | 0.83% | 0.56% | - |
| HSV(B) | 225.98º | 0.78% | 0.93% | - |
| XYZ | 20.65 | 14.97 | 81.16 | - |
| YUV | 98.22 | 205.75 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 236 | 0.78 | 0.60 | 0 | 0.07 | 225.98 | 0.83 | 0.56 |
| Hex | 34 | 5F | EC | 4E | 3C | 0 | 7 | E2 | 53 | 38 |
| Octal | 64 | 137 | 354 | 116 | 74 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110100 | 1011111 | 11101100 | 1001110 | 111100 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #345FEC
Complementary color
Monochromatic Colors of #345FEC
Black with #345FEC
Text Example
Text Example
White with #345FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FEC; }
p { color: rgb(52,95,236); }
H1.HeaderClassName
{
color: #345FEC;
}
.AnyTagClassName
{
color: #345FEC;
}
</style>
background-color css
<style>
a { background-color: #345FEC; }
a { background-color: rgb(52,95,236); }
div.DivClassName
{
background-color: #345FEC;
}
.BgClassName
{
background-color: #345FEC;
}
</style>
border-color css
<style>
span { border-color: #345FEC; }
span { border-color: rgb(52,95,236); }
td.TdClassName
{
border-color: #345FEC;
}
.TagClassName
{
border-color: #345FEC;
}
</style>