Shades of Royal Blue #346DC9
Tints of Royal Blue #346DC9
RGB
CMYK
RGB Variations
Color information
#346DC9 (or 0x346DC9) is known color: Royal Blue. HEX triplet: 34, 6D and C9. RGB value is (52,109,201). Sum of RGB (Red+Green+Blue) = 52+109+201=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #346DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DC9 is #CB9236. Grayscale: #666666. Windows color (decimal): -13341239 or 13200692. OLE color: 13200692.
HSL color Cylindrical-coordinate representation of color #346DC9: hue angle of 217.05º 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 #346DC9 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 109 | 201 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.21 |
| HSL | 217.05º | 0.59% | 0.5% | - |
| HSV(B) | 217.05º | 0.74% | 0.79% | - |
| XYZ | 17.43 | 15.88 | 57.41 | - |
| YUV | 102.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 201 | 0.74 | 0.46 | 0 | 0.21 | 217.05 | 0.59 | 0.5 |
| Hex | 34 | 6D | C9 | 4A | 2E | 0 | 15 | D9 | 3B | 32 |
| Octal | 64 | 155 | 311 | 112 | 56 | 0 | 25 | 331 | 73 | 62 |
| Binary | 110100 | 1101101 | 11001001 | 1001010 | 101110 | 0 | 10101 | 11011001 | 111011 | 110010 |
Color Harmonies of #346DC9
Complementary color
Monochromatic Colors of #346DC9
Black with #346DC9
Text Example
Text Example
White with #346DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DC9; }
p { color: rgb(52,109,201); }
H1.HeaderClassName
{
color: #346DC9;
}
.AnyTagClassName
{
color: #346DC9;
}
</style>
background-color css
<style>
a { background-color: #346DC9; }
a { background-color: rgb(52,109,201); }
div.DivClassName
{
background-color: #346DC9;
}
.BgClassName
{
background-color: #346DC9;
}
</style>
border-color css
<style>
span { border-color: #346DC9; }
span { border-color: rgb(52,109,201); }
td.TdClassName
{
border-color: #346DC9;
}
.TagClassName
{
border-color: #346DC9;
}
</style>