Shades of Royal Blue #346EFB
Tints of Royal Blue #346EFB
RGB
CMYK
RGB Variations
Color information
#346EFB (or 0x346EFB) is known color: Royal Blue. HEX triplet: 34, 6E and FB. RGB value is (52,110,251). Sum of RGB (Red+Green+Blue) = 52+110+251=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #346EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EFB is #CB9104. Grayscale: #6C6C6C. Windows color (decimal): -13340933 or 16477748. OLE color: 16477748.
HSL color Cylindrical-coordinate representation of color #346EFB: hue angle of 222.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346EFB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 110 | 251 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.02 |
| HSL | 222.51º | 0.96% | 0.59% | - |
| HSV(B) | 222.51º | 0.79% | 0.98% | - |
| XYZ | 24.4 | 18.85 | 93.62 | - |
| YUV | 108.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 251 | 0.79 | 0.56 | 0 | 0.02 | 222.51 | 0.96 | 0.59 |
| Hex | 34 | 6E | FB | 4F | 38 | 0 | 2 | DF | 60 | 3B |
| Octal | 64 | 156 | 373 | 117 | 70 | 0 | 2 | 337 | 140 | 73 |
| Binary | 110100 | 1101110 | 11111011 | 1001111 | 111000 | 0 | 10 | 11011111 | 1100000 | 111011 |
Color Harmonies of #346EFB
Complementary color
Monochromatic Colors of #346EFB
Black with #346EFB
Text Example
Text Example
White with #346EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EFB; }
p { color: rgb(52,110,251); }
H1.HeaderClassName
{
color: #346EFB;
}
.AnyTagClassName
{
color: #346EFB;
}
</style>
background-color css
<style>
a { background-color: #346EFB; }
a { background-color: rgb(52,110,251); }
div.DivClassName
{
background-color: #346EFB;
}
.BgClassName
{
background-color: #346EFB;
}
</style>
border-color css
<style>
span { border-color: #346EFB; }
span { border-color: rgb(52,110,251); }
td.TdClassName
{
border-color: #346EFB;
}
.TagClassName
{
border-color: #346EFB;
}
</style>