Shades of Royal Blue #344EE6
Tints of Royal Blue #344EE6
RGB
CMYK
RGB Variations
Color information
#344EE6 (or 0x344EE6) is known color: Royal Blue. HEX triplet: 34, 4E and E6. RGB value is (52,78,230). Sum of RGB (Red+Green+Blue) = 52+78+230=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #344EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EE6 is #CBB119. Grayscale: #565656. Windows color (decimal): -13349146 or 15093300. OLE color: 15093300.
HSL color Cylindrical-coordinate representation of color #344EE6: hue angle of 231.24º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344EE6 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 78 | 230 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.10 |
| HSL | 231.24º | 0.78% | 0.55% | - |
| HSV(B) | 231.24º | 0.77% | 0.9% | - |
| XYZ | 18.42 | 11.89 | 76.19 | - |
| YUV | 87.55 | 208.39 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 230 | 0.77 | 0.66 | 0 | 0.10 | 231.24 | 0.78 | 0.55 |
| Hex | 34 | 4E | E6 | 4D | 42 | 0 | A | E7 | 4E | 37 |
| Octal | 64 | 116 | 346 | 115 | 102 | 0 | 12 | 347 | 116 | 67 |
| Binary | 110100 | 1001110 | 11100110 | 1001101 | 1000010 | 0 | 1010 | 11100111 | 1001110 | 110111 |
Color Harmonies of #344EE6
Complementary color
Monochromatic Colors of #344EE6
Black with #344EE6
Text Example
Text Example
White with #344EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EE6; }
p { color: rgb(52,78,230); }
H1.HeaderClassName
{
color: #344EE6;
}
.AnyTagClassName
{
color: #344EE6;
}
</style>
background-color css
<style>
a { background-color: #344EE6; }
a { background-color: rgb(52,78,230); }
div.DivClassName
{
background-color: #344EE6;
}
.BgClassName
{
background-color: #344EE6;
}
</style>
border-color css
<style>
span { border-color: #344EE6; }
span { border-color: rgb(52,78,230); }
td.TdClassName
{
border-color: #344EE6;
}
.TagClassName
{
border-color: #344EE6;
}
</style>