Shades of Royal Blue #346FE3
Tints of Royal Blue #346FE3
RGB
CMYK
RGB Variations
Color information
#346FE3 (or 0x346FE3) is known color: Royal Blue. HEX triplet: 34, 6F and E3. RGB value is (52,111,227). Sum of RGB (Red+Green+Blue) = 52+111+227=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 227 (89.06% from 255 or 58.21% from 390); Max value from RGB is 227 - color contains mainly: blue. Hex color #346FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FE3 is #CB901C. Grayscale: #6A6A6A. Windows color (decimal): -13340701 or 14905140. OLE color: 14905140.
HSL color Cylindrical-coordinate representation of color #346FE3: hue angle of 219.77º 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 #346FE3 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 111 | 227 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.11 |
| HSL | 219.77º | 0.76% | 0.55% | - |
| HSV(B) | 219.77º | 0.77% | 0.89% | - |
| XYZ | 20.97 | 17.64 | 74.97 | - |
| YUV | 106.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 227 | 0.77 | 0.51 | 0 | 0.11 | 219.77 | 0.76 | 0.55 |
| Hex | 34 | 6F | E3 | 4D | 33 | 0 | B | DC | 4C | 37 |
| Octal | 64 | 157 | 343 | 115 | 63 | 0 | 13 | 334 | 114 | 67 |
| Binary | 110100 | 1101111 | 11100011 | 1001101 | 110011 | 0 | 1011 | 11011100 | 1001100 | 110111 |
Color Harmonies of #346FE3
Complementary color
Monochromatic Colors of #346FE3
Black with #346FE3
Text Example
Text Example
White with #346FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FE3; }
p { color: rgb(52,111,227); }
H1.HeaderClassName
{
color: #346FE3;
}
.AnyTagClassName
{
color: #346FE3;
}
</style>
background-color css
<style>
a { background-color: #346FE3; }
a { background-color: rgb(52,111,227); }
div.DivClassName
{
background-color: #346FE3;
}
.BgClassName
{
background-color: #346FE3;
}
</style>
border-color css
<style>
span { border-color: #346FE3; }
span { border-color: rgb(52,111,227); }
td.TdClassName
{
border-color: #346FE3;
}
.TagClassName
{
border-color: #346FE3;
}
</style>