Shades of Royal Blue #344FEC
Tints of Royal Blue #344FEC
RGB
CMYK
RGB Variations
Color information
#344FEC (or 0x344FEC) is known color: Royal Blue. HEX triplet: 34, 4F and EC. RGB value is (52,79,236). Sum of RGB (Red+Green+Blue) = 52+79+236=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #344FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FEC is #CBB013. Grayscale: #585858. Windows color (decimal): -13348884 or 15486772. OLE color: 15486772.
HSL color Cylindrical-coordinate representation of color #344FEC: hue angle of 231.2º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344FEC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 79 | 236 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.07 |
| HSL | 231.2º | 0.83% | 0.56% | - |
| HSV(B) | 231.2º | 0.78% | 0.93% | - |
| XYZ | 19.35 | 12.38 | 80.73 | - |
| YUV | 88.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 236 | 0.78 | 0.67 | 0 | 0.07 | 231.2 | 0.83 | 0.56 |
| Hex | 34 | 4F | EC | 4E | 43 | 0 | 7 | E7 | 53 | 38 |
| Octal | 64 | 117 | 354 | 116 | 103 | 0 | 7 | 347 | 123 | 70 |
| Binary | 110100 | 1001111 | 11101100 | 1001110 | 1000011 | 0 | 111 | 11100111 | 1010011 | 111000 |
Color Harmonies of #344FEC
Complementary color
Monochromatic Colors of #344FEC
Black with #344FEC
Text Example
Text Example
White with #344FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FEC; }
p { color: rgb(52,79,236); }
H1.HeaderClassName
{
color: #344FEC;
}
.AnyTagClassName
{
color: #344FEC;
}
</style>
background-color css
<style>
a { background-color: #344FEC; }
a { background-color: rgb(52,79,236); }
div.DivClassName
{
background-color: #344FEC;
}
.BgClassName
{
background-color: #344FEC;
}
</style>
border-color css
<style>
span { border-color: #344FEC; }
span { border-color: rgb(52,79,236); }
td.TdClassName
{
border-color: #344FEC;
}
.TagClassName
{
border-color: #344FEC;
}
</style>