Shades of Royal Blue #346FF2
Tints of Royal Blue #346FF2
RGB
CMYK
RGB Variations
Color information
#346FF2 (or 0x346FF2) is known color: Royal Blue. HEX triplet: 34, 6F and F2. RGB value is (52,111,242). Sum of RGB (Red+Green+Blue) = 52+111+242=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #346FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FF2 is #CB900D. Grayscale: #6B6B6B. Windows color (decimal): -13340686 or 15888180. OLE color: 15888180.
HSL color Cylindrical-coordinate representation of color #346FF2: hue angle of 221.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346FF2 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 111 | 242 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.05 |
| HSL | 221.37º | 0.88% | 0.58% | - |
| HSV(B) | 221.37º | 0.79% | 0.95% | - |
| XYZ | 23.13 | 18.51 | 86.36 | - |
| YUV | 108.29 | 203.45 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 242 | 0.79 | 0.54 | 0 | 0.05 | 221.37 | 0.88 | 0.58 |
| Hex | 34 | 6F | F2 | 4F | 36 | 0 | 5 | DD | 58 | 3A |
| Octal | 64 | 157 | 362 | 117 | 66 | 0 | 5 | 335 | 130 | 72 |
| Binary | 110100 | 1101111 | 11110010 | 1001111 | 110110 | 0 | 101 | 11011101 | 1011000 | 111010 |
Color Harmonies of #346FF2
Complementary color
Monochromatic Colors of #346FF2
Black with #346FF2
Text Example
Text Example
White with #346FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FF2; }
p { color: rgb(52,111,242); }
H1.HeaderClassName
{
color: #346FF2;
}
.AnyTagClassName
{
color: #346FF2;
}
</style>
background-color css
<style>
a { background-color: #346FF2; }
a { background-color: rgb(52,111,242); }
div.DivClassName
{
background-color: #346FF2;
}
.BgClassName
{
background-color: #346FF2;
}
</style>
border-color css
<style>
span { border-color: #346FF2; }
span { border-color: rgb(52,111,242); }
td.TdClassName
{
border-color: #346FF2;
}
.TagClassName
{
border-color: #346FF2;
}
</style>