Shades of Royal Blue #345ED8
Tints of Royal Blue #345ED8
RGB
CMYK
RGB Variations
Color information
#345ED8 (or 0x345ED8) is known color: Royal Blue. HEX triplet: 34, 5E and D8. RGB value is (52,94,216). Sum of RGB (Red+Green+Blue) = 52+94+216=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #345ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ED8 is #CBA127. Grayscale: #5E5E5E. Windows color (decimal): -13345064 or 14179892. OLE color: 14179892.
HSL color Cylindrical-coordinate representation of color #345ED8: hue angle of 224.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345ED8 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 94 | 216 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.15 |
| HSL | 224.63º | 0.68% | 0.53% | - |
| HSV(B) | 224.63º | 0.76% | 0.85% | - |
| XYZ | 17.81 | 13.69 | 66.67 | - |
| YUV | 95.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 216 | 0.76 | 0.56 | 0 | 0.15 | 224.63 | 0.68 | 0.53 |
| Hex | 34 | 5E | D8 | 4C | 38 | 0 | F | E1 | 44 | 35 |
| Octal | 64 | 136 | 330 | 114 | 70 | 0 | 17 | 341 | 104 | 65 |
| Binary | 110100 | 1011110 | 11011000 | 1001100 | 111000 | 0 | 1111 | 11100001 | 1000100 | 110101 |
Color Harmonies of #345ED8
Complementary color
Monochromatic Colors of #345ED8
Black with #345ED8
Text Example
Text Example
White with #345ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ED8; }
p { color: rgb(52,94,216); }
H1.HeaderClassName
{
color: #345ED8;
}
.AnyTagClassName
{
color: #345ED8;
}
</style>
background-color css
<style>
a { background-color: #345ED8; }
a { background-color: rgb(52,94,216); }
div.DivClassName
{
background-color: #345ED8;
}
.BgClassName
{
background-color: #345ED8;
}
</style>
border-color css
<style>
span { border-color: #345ED8; }
span { border-color: rgb(52,94,216); }
td.TdClassName
{
border-color: #345ED8;
}
.TagClassName
{
border-color: #345ED8;
}
</style>