Shades of Royal Blue #345ED3
Tints of Royal Blue #345ED3
RGB
CMYK
RGB Variations
Color information
#345ED3 (or 0x345ED3) is known color: Royal Blue. HEX triplet: 34, 5E and D3. RGB value is (52,94,211). Sum of RGB (Red+Green+Blue) = 52+94+211=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #345ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ED3 is #CBA12C. Grayscale: #5E5E5E. Windows color (decimal): -13345069 or 13852212. OLE color: 13852212.
HSL color Cylindrical-coordinate representation of color #345ED3: hue angle of 224.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345ED3 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 94 | 211 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.17 |
| HSL | 224.15º | 0.64% | 0.52% | - |
| HSV(B) | 224.15º | 0.75% | 0.83% | - |
| XYZ | 17.18 | 13.44 | 63.32 | - |
| YUV | 94.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 211 | 0.75 | 0.55 | 0 | 0.17 | 224.15 | 0.64 | 0.52 |
| Hex | 34 | 5E | D3 | 4B | 37 | 0 | 11 | E0 | 40 | 34 |
| Octal | 64 | 136 | 323 | 113 | 67 | 0 | 21 | 340 | 100 | 64 |
| Binary | 110100 | 1011110 | 11010011 | 1001011 | 110111 | 0 | 10001 | 11100000 | 1000000 | 110100 |
Color Harmonies of #345ED3
Complementary color
Monochromatic Colors of #345ED3
Black with #345ED3
Text Example
Text Example
White with #345ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ED3; }
p { color: rgb(52,94,211); }
H1.HeaderClassName
{
color: #345ED3;
}
.AnyTagClassName
{
color: #345ED3;
}
</style>
background-color css
<style>
a { background-color: #345ED3; }
a { background-color: rgb(52,94,211); }
div.DivClassName
{
background-color: #345ED3;
}
.BgClassName
{
background-color: #345ED3;
}
</style>
border-color css
<style>
span { border-color: #345ED3; }
span { border-color: rgb(52,94,211); }
td.TdClassName
{
border-color: #345ED3;
}
.TagClassName
{
border-color: #345ED3;
}
</style>