Shades of Royal Blue #345BEC
Tints of Royal Blue #345BEC
RGB
CMYK
RGB Variations
Color information
#345BEC (or 0x345BEC) is known color: Royal Blue. HEX triplet: 34, 5B and EC. RGB value is (52,91,236). Sum of RGB (Red+Green+Blue) = 52+91+236=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #345BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BEC is #CBA413. Grayscale: #5F5F5F. Windows color (decimal): -13345812 or 15489844. OLE color: 15489844.
HSL color Cylindrical-coordinate representation of color #345BEC: hue angle of 227.28º 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 #345BEC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 91 | 236 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.07 |
| HSL | 227.28º | 0.83% | 0.56% | - |
| HSV(B) | 227.28º | 0.78% | 0.93% | - |
| XYZ | 20.3 | 14.27 | 81.04 | - |
| YUV | 95.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 236 | 0.78 | 0.61 | 0 | 0.07 | 227.28 | 0.83 | 0.56 |
| Hex | 34 | 5B | EC | 4E | 3D | 0 | 7 | E3 | 53 | 38 |
| Octal | 64 | 133 | 354 | 116 | 75 | 0 | 7 | 343 | 123 | 70 |
| Binary | 110100 | 1011011 | 11101100 | 1001110 | 111101 | 0 | 111 | 11100011 | 1010011 | 111000 |
Color Harmonies of #345BEC
Complementary color
Monochromatic Colors of #345BEC
Black with #345BEC
Text Example
Text Example
White with #345BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BEC; }
p { color: rgb(52,91,236); }
H1.HeaderClassName
{
color: #345BEC;
}
.AnyTagClassName
{
color: #345BEC;
}
</style>
background-color css
<style>
a { background-color: #345BEC; }
a { background-color: rgb(52,91,236); }
div.DivClassName
{
background-color: #345BEC;
}
.BgClassName
{
background-color: #345BEC;
}
</style>
border-color css
<style>
span { border-color: #345BEC; }
span { border-color: rgb(52,91,236); }
td.TdClassName
{
border-color: #345BEC;
}
.TagClassName
{
border-color: #345BEC;
}
</style>