Shades of Royal Blue #346CEA
Tints of Royal Blue #346CEA
RGB
CMYK
RGB Variations
Color information
#346CEA (or 0x346CEA) is known color: Royal Blue. HEX triplet: 34, 6C and EA. RGB value is (52,108,234). Sum of RGB (Red+Green+Blue) = 52+108+234=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #346CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CEA is #CB9315. Grayscale: #696969. Windows color (decimal): -13341462 or 15363124. OLE color: 15363124.
HSL color Cylindrical-coordinate representation of color #346CEA: hue angle of 221.54º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346CEA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 108 | 234 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.08 |
| HSL | 221.54º | 0.81% | 0.56% | - |
| HSV(B) | 221.54º | 0.78% | 0.92% | - |
| XYZ | 21.63 | 17.4 | 80.06 | - |
| YUV | 105.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 234 | 0.78 | 0.54 | 0 | 0.08 | 221.54 | 0.81 | 0.56 |
| Hex | 34 | 6C | EA | 4E | 36 | 0 | 8 | DE | 51 | 38 |
| Octal | 64 | 154 | 352 | 116 | 66 | 0 | 10 | 336 | 121 | 70 |
| Binary | 110100 | 1101100 | 11101010 | 1001110 | 110110 | 0 | 1000 | 11011110 | 1010001 | 111000 |
Color Harmonies of #346CEA
Complementary color
Monochromatic Colors of #346CEA
Black with #346CEA
Text Example
Text Example
White with #346CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CEA; }
p { color: rgb(52,108,234); }
H1.HeaderClassName
{
color: #346CEA;
}
.AnyTagClassName
{
color: #346CEA;
}
</style>
background-color css
<style>
a { background-color: #346CEA; }
a { background-color: rgb(52,108,234); }
div.DivClassName
{
background-color: #346CEA;
}
.BgClassName
{
background-color: #346CEA;
}
</style>
border-color css
<style>
span { border-color: #346CEA; }
span { border-color: rgb(52,108,234); }
td.TdClassName
{
border-color: #346CEA;
}
.TagClassName
{
border-color: #346CEA;
}
</style>