Shades of Royal Blue #346BC9
Tints of Royal Blue #346BC9
RGB
CMYK
RGB Variations
Color information
#346BC9 (or 0x346BC9) is known color: Royal Blue. HEX triplet: 34, 6B and C9. RGB value is (52,107,201). Sum of RGB (Red+Green+Blue) = 52+107+201=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #346BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BC9 is #CB9436. Grayscale: #646464. Windows color (decimal): -13341751 or 13200180. OLE color: 13200180.
HSL color Cylindrical-coordinate representation of color #346BC9: hue angle of 217.85º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346BC9 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 107 | 201 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.21 |
| HSL | 217.85º | 0.59% | 0.5% | - |
| HSV(B) | 217.85º | 0.74% | 0.79% | - |
| XYZ | 17.22 | 15.46 | 57.34 | - |
| YUV | 101.27 | 184.28 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 201 | 0.74 | 0.47 | 0 | 0.21 | 217.85 | 0.59 | 0.5 |
| Hex | 34 | 6B | C9 | 4A | 2F | 0 | 15 | DA | 3B | 32 |
| Octal | 64 | 153 | 311 | 112 | 57 | 0 | 25 | 332 | 73 | 62 |
| Binary | 110100 | 1101011 | 11001001 | 1001010 | 101111 | 0 | 10101 | 11011010 | 111011 | 110010 |
Color Harmonies of #346BC9
Complementary color
Monochromatic Colors of #346BC9
Black with #346BC9
Text Example
Text Example
White with #346BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BC9; }
p { color: rgb(52,107,201); }
H1.HeaderClassName
{
color: #346BC9;
}
.AnyTagClassName
{
color: #346BC9;
}
</style>
background-color css
<style>
a { background-color: #346BC9; }
a { background-color: rgb(52,107,201); }
div.DivClassName
{
background-color: #346BC9;
}
.BgClassName
{
background-color: #346BC9;
}
</style>
border-color css
<style>
span { border-color: #346BC9; }
span { border-color: rgb(52,107,201); }
td.TdClassName
{
border-color: #346BC9;
}
.TagClassName
{
border-color: #346BC9;
}
</style>