Shades of Royal Blue #346BCF
Tints of Royal Blue #346BCF
RGB
CMYK
RGB Variations
Color information
#346BCF (or 0x346BCF) is known color: Royal Blue. HEX triplet: 34, 6B and CF. RGB value is (52,107,207). Sum of RGB (Red+Green+Blue) = 52+107+207=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #346BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BCF is #CB9430. Grayscale: #656565. Windows color (decimal): -13341745 or 13593396. OLE color: 13593396.
HSL color Cylindrical-coordinate representation of color #346BCF: hue angle of 218.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346BCF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 107 | 207 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.19 |
| HSL | 218.71º | 0.62% | 0.51% | - |
| HSV(B) | 218.71º | 0.75% | 0.81% | - |
| XYZ | 17.94 | 15.75 | 61.13 | - |
| YUV | 101.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 207 | 0.75 | 0.48 | 0 | 0.19 | 218.71 | 0.62 | 0.51 |
| Hex | 34 | 6B | CF | 4B | 30 | 0 | 13 | DB | 3E | 33 |
| Octal | 64 | 153 | 317 | 113 | 60 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110100 | 1101011 | 11001111 | 1001011 | 110000 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #346BCF
Complementary color
Monochromatic Colors of #346BCF
Black with #346BCF
Text Example
Text Example
White with #346BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BCF; }
p { color: rgb(52,107,207); }
H1.HeaderClassName
{
color: #346BCF;
}
.AnyTagClassName
{
color: #346BCF;
}
</style>
background-color css
<style>
a { background-color: #346BCF; }
a { background-color: rgb(52,107,207); }
div.DivClassName
{
background-color: #346BCF;
}
.BgClassName
{
background-color: #346BCF;
}
</style>
border-color css
<style>
span { border-color: #346BCF; }
span { border-color: rgb(52,107,207); }
td.TdClassName
{
border-color: #346BCF;
}
.TagClassName
{
border-color: #346BCF;
}
</style>