Shades of Royal Blue #345CE3
Tints of Royal Blue #345CE3
RGB
CMYK
RGB Variations
Color information
#345CE3 (or 0x345CE3) is known color: Royal Blue. HEX triplet: 34, 5C and E3. RGB value is (52,92,227). Sum of RGB (Red+Green+Blue) = 52+92+227=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #345CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CE3 is #CBA31C. Grayscale: #5E5E5E. Windows color (decimal): -13345565 or 14900276. OLE color: 14900276.
HSL color Cylindrical-coordinate representation of color #345CE3: hue angle of 226.29º degrees, saturation: 0.76, 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 #345CE3 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 92 | 227 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.11 |
| HSL | 226.29º | 0.76% | 0.55% | - |
| HSV(B) | 226.29º | 0.77% | 0.89% | - |
| XYZ | 19.11 | 13.93 | 74.35 | - |
| YUV | 95.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 227 | 0.77 | 0.59 | 0 | 0.11 | 226.29 | 0.76 | 0.55 |
| Hex | 34 | 5C | E3 | 4D | 3B | 0 | B | E2 | 4C | 37 |
| Octal | 64 | 134 | 343 | 115 | 73 | 0 | 13 | 342 | 114 | 67 |
| Binary | 110100 | 1011100 | 11100011 | 1001101 | 111011 | 0 | 1011 | 11100010 | 1001100 | 110111 |
Color Harmonies of #345CE3
Complementary color
Monochromatic Colors of #345CE3
Black with #345CE3
Text Example
Text Example
White with #345CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CE3; }
p { color: rgb(52,92,227); }
H1.HeaderClassName
{
color: #345CE3;
}
.AnyTagClassName
{
color: #345CE3;
}
</style>
background-color css
<style>
a { background-color: #345CE3; }
a { background-color: rgb(52,92,227); }
div.DivClassName
{
background-color: #345CE3;
}
.BgClassName
{
background-color: #345CE3;
}
</style>
border-color css
<style>
span { border-color: #345CE3; }
span { border-color: rgb(52,92,227); }
td.TdClassName
{
border-color: #345CE3;
}
.TagClassName
{
border-color: #345CE3;
}
</style>