Shades of Royal Blue #346EE8
Tints of Royal Blue #346EE8
RGB
CMYK
RGB Variations
Color information
#346EE8 (or 0x346EE8) is known color: Royal Blue. HEX triplet: 34, 6E and E8. RGB value is (52,110,232). Sum of RGB (Red+Green+Blue) = 52+110+232=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #346EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EE8 is #CB9117. Grayscale: #6A6A6A. Windows color (decimal): -13340952 or 15232564. OLE color: 15232564.
HSL color Cylindrical-coordinate representation of color #346EE8: hue angle of 220.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 #346EE8 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 110 | 232 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.09 |
| HSL | 220.67º | 0.8% | 0.56% | - |
| HSV(B) | 220.67º | 0.78% | 0.91% | - |
| XYZ | 21.56 | 17.71 | 78.63 | - |
| YUV | 106.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 232 | 0.78 | 0.53 | 0 | 0.09 | 220.67 | 0.8 | 0.56 |
| Hex | 34 | 6E | E8 | 4E | 35 | 0 | 9 | DD | 50 | 38 |
| Octal | 64 | 156 | 350 | 116 | 65 | 0 | 11 | 335 | 120 | 70 |
| Binary | 110100 | 1101110 | 11101000 | 1001110 | 110101 | 0 | 1001 | 11011101 | 1010000 | 111000 |
Color Harmonies of #346EE8
Complementary color
Monochromatic Colors of #346EE8
Black with #346EE8
Text Example
Text Example
White with #346EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EE8; }
p { color: rgb(52,110,232); }
H1.HeaderClassName
{
color: #346EE8;
}
.AnyTagClassName
{
color: #346EE8;
}
</style>
background-color css
<style>
a { background-color: #346EE8; }
a { background-color: rgb(52,110,232); }
div.DivClassName
{
background-color: #346EE8;
}
.BgClassName
{
background-color: #346EE8;
}
</style>
border-color css
<style>
span { border-color: #346EE8; }
span { border-color: rgb(52,110,232); }
td.TdClassName
{
border-color: #346EE8;
}
.TagClassName
{
border-color: #346EE8;
}
</style>