Shades of Royal Blue #345EDC
Tints of Royal Blue #345EDC
RGB
CMYK
RGB Variations
Color information
#345EDC (or 0x345EDC) is known color: Royal Blue. HEX triplet: 34, 5E and DC. RGB value is (52,94,220). Sum of RGB (Red+Green+Blue) = 52+94+220=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #345EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EDC is #CBA123. Grayscale: #5F5F5F. Windows color (decimal): -13345060 or 14442036. OLE color: 14442036.
HSL color Cylindrical-coordinate representation of color #345EDC: hue angle of 225º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345EDC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 94 | 220 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.14 |
| HSL | 225º | 0.71% | 0.53% | - |
| HSV(B) | 225º | 0.76% | 0.86% | - |
| XYZ | 18.34 | 13.9 | 69.43 | - |
| YUV | 95.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 220 | 0.76 | 0.57 | 0 | 0.14 | 225 | 0.71 | 0.53 |
| Hex | 34 | 5E | DC | 4C | 39 | 0 | E | E1 | 47 | 35 |
| Octal | 64 | 136 | 334 | 114 | 71 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110100 | 1011110 | 11011100 | 1001100 | 111001 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #345EDC
Complementary color
Monochromatic Colors of #345EDC
Black with #345EDC
Text Example
Text Example
White with #345EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EDC; }
p { color: rgb(52,94,220); }
H1.HeaderClassName
{
color: #345EDC;
}
.AnyTagClassName
{
color: #345EDC;
}
</style>
background-color css
<style>
a { background-color: #345EDC; }
a { background-color: rgb(52,94,220); }
div.DivClassName
{
background-color: #345EDC;
}
.BgClassName
{
background-color: #345EDC;
}
</style>
border-color css
<style>
span { border-color: #345EDC; }
span { border-color: rgb(52,94,220); }
td.TdClassName
{
border-color: #345EDC;
}
.TagClassName
{
border-color: #345EDC;
}
</style>