Shades of Royal Blue #345CE6
Tints of Royal Blue #345CE6
RGB
CMYK
RGB Variations
Color information
#345CE6 (or 0x345CE6) is known color: Royal Blue. HEX triplet: 34, 5C and E6. RGB value is (52,92,230). Sum of RGB (Red+Green+Blue) = 52+92+230=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #345CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CE6 is #CBA319. Grayscale: #5F5F5F. Windows color (decimal): -13345562 or 15096884. OLE color: 15096884.
HSL color Cylindrical-coordinate representation of color #345CE6: hue angle of 226.52º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345CE6 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 92 | 230 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.10 |
| HSL | 226.52º | 0.78% | 0.55% | - |
| HSV(B) | 226.52º | 0.77% | 0.9% | - |
| XYZ | 19.53 | 14.1 | 76.55 | - |
| YUV | 95.77 | 203.75 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 230 | 0.77 | 0.60 | 0 | 0.10 | 226.52 | 0.78 | 0.55 |
| Hex | 34 | 5C | E6 | 4D | 3C | 0 | A | E3 | 4E | 37 |
| Octal | 64 | 134 | 346 | 115 | 74 | 0 | 12 | 343 | 116 | 67 |
| Binary | 110100 | 1011100 | 11100110 | 1001101 | 111100 | 0 | 1010 | 11100011 | 1001110 | 110111 |
Color Harmonies of #345CE6
Complementary color
Monochromatic Colors of #345CE6
Black with #345CE6
Text Example
Text Example
White with #345CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CE6; }
p { color: rgb(52,92,230); }
H1.HeaderClassName
{
color: #345CE6;
}
.AnyTagClassName
{
color: #345CE6;
}
</style>
background-color css
<style>
a { background-color: #345CE6; }
a { background-color: rgb(52,92,230); }
div.DivClassName
{
background-color: #345CE6;
}
.BgClassName
{
background-color: #345CE6;
}
</style>
border-color css
<style>
span { border-color: #345CE6; }
span { border-color: rgb(52,92,230); }
td.TdClassName
{
border-color: #345CE6;
}
.TagClassName
{
border-color: #345CE6;
}
</style>