Shades of Royal Blue #345CE8
Tints of Royal Blue #345CE8
RGB
CMYK
RGB Variations
Color information
#345CE8 (or 0x345CE8) is known color: Royal Blue. HEX triplet: 34, 5C and E8. RGB value is (52,92,232). Sum of RGB (Red+Green+Blue) = 52+92+232=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #345CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CE8 is #CBA317. Grayscale: #5F5F5F. Windows color (decimal): -13345560 or 15227956. OLE color: 15227956.
HSL color Cylindrical-coordinate representation of color #345CE8: hue angle of 226.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345CE8 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 92 | 232 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.09 |
| HSL | 226.67º | 0.8% | 0.56% | - |
| HSV(B) | 226.67º | 0.78% | 0.91% | - |
| XYZ | 19.81 | 14.21 | 78.04 | - |
| YUV | 96 | 204.75 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 232 | 0.78 | 0.60 | 0 | 0.09 | 226.67 | 0.8 | 0.56 |
| Hex | 34 | 5C | E8 | 4E | 3C | 0 | 9 | E3 | 50 | 38 |
| Octal | 64 | 134 | 350 | 116 | 74 | 0 | 11 | 343 | 120 | 70 |
| Binary | 110100 | 1011100 | 11101000 | 1001110 | 111100 | 0 | 1001 | 11100011 | 1010000 | 111000 |
Color Harmonies of #345CE8
Complementary color
Monochromatic Colors of #345CE8
Black with #345CE8
Text Example
Text Example
White with #345CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CE8; }
p { color: rgb(52,92,232); }
H1.HeaderClassName
{
color: #345CE8;
}
.AnyTagClassName
{
color: #345CE8;
}
</style>
background-color css
<style>
a { background-color: #345CE8; }
a { background-color: rgb(52,92,232); }
div.DivClassName
{
background-color: #345CE8;
}
.BgClassName
{
background-color: #345CE8;
}
</style>
border-color css
<style>
span { border-color: #345CE8; }
span { border-color: rgb(52,92,232); }
td.TdClassName
{
border-color: #345CE8;
}
.TagClassName
{
border-color: #345CE8;
}
</style>