Shades of Royal Blue #345CE4
Tints of Royal Blue #345CE4
RGB
CMYK
RGB Variations
Color information
#345CE4 (or 0x345CE4) is known color: Royal Blue. HEX triplet: 34, 5C and E4. RGB value is (52,92,228). Sum of RGB (Red+Green+Blue) = 52+92+228=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #345CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CE4 is #CBA31B. Grayscale: #5E5E5E. Windows color (decimal): -13345564 or 14965812. OLE color: 14965812.
HSL color Cylindrical-coordinate representation of color #345CE4: hue angle of 226.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345CE4 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 92 | 228 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.11 |
| HSL | 226.36º | 0.77% | 0.55% | - |
| HSV(B) | 226.36º | 0.77% | 0.89% | - |
| XYZ | 19.25 | 13.99 | 75.08 | - |
| YUV | 95.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 228 | 0.77 | 0.60 | 0 | 0.11 | 226.36 | 0.77 | 0.55 |
| Hex | 34 | 5C | E4 | 4D | 3C | 0 | B | E2 | 4D | 37 |
| Octal | 64 | 134 | 344 | 115 | 74 | 0 | 13 | 342 | 115 | 67 |
| Binary | 110100 | 1011100 | 11100100 | 1001101 | 111100 | 0 | 1011 | 11100010 | 1001101 | 110111 |
Color Harmonies of #345CE4
Complementary color
Monochromatic Colors of #345CE4
Black with #345CE4
Text Example
Text Example
White with #345CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CE4; }
p { color: rgb(52,92,228); }
H1.HeaderClassName
{
color: #345CE4;
}
.AnyTagClassName
{
color: #345CE4;
}
</style>
background-color css
<style>
a { background-color: #345CE4; }
a { background-color: rgb(52,92,228); }
div.DivClassName
{
background-color: #345CE4;
}
.BgClassName
{
background-color: #345CE4;
}
</style>
border-color css
<style>
span { border-color: #345CE4; }
span { border-color: rgb(52,92,228); }
td.TdClassName
{
border-color: #345CE4;
}
.TagClassName
{
border-color: #345CE4;
}
</style>