Shades of Royal Blue #344EE2
Tints of Royal Blue #344EE2
RGB
CMYK
RGB Variations
Color information
#344EE2 (or 0x344EE2) is known color: Royal Blue. HEX triplet: 34, 4E and E2. RGB value is (52,78,226). Sum of RGB (Red+Green+Blue) = 52+78+226=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 226 (88.67% from 255 or 63.48% from 356); Max value from RGB is 226 - color contains mainly: blue. Hex color #344EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EE2 is #CBB11D. Grayscale: #565656. Windows color (decimal): -13349150 or 14831156. OLE color: 14831156.
HSL color Cylindrical-coordinate representation of color #344EE2: hue angle of 231.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344EE2 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 78 | 226 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.11 |
| HSL | 231.03º | 0.75% | 0.55% | - |
| HSV(B) | 231.03º | 0.77% | 0.89% | - |
| XYZ | 17.87 | 11.67 | 73.26 | - |
| YUV | 87.1 | 206.39 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 226 | 0.77 | 0.65 | 0 | 0.11 | 231.03 | 0.75 | 0.55 |
| Hex | 34 | 4E | E2 | 4D | 41 | 0 | B | E7 | 4B | 37 |
| Octal | 64 | 116 | 342 | 115 | 101 | 0 | 13 | 347 | 113 | 67 |
| Binary | 110100 | 1001110 | 11100010 | 1001101 | 1000001 | 0 | 1011 | 11100111 | 1001011 | 110111 |
Color Harmonies of #344EE2
Complementary color
Monochromatic Colors of #344EE2
Black with #344EE2
Text Example
Text Example
White with #344EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EE2; }
p { color: rgb(52,78,226); }
H1.HeaderClassName
{
color: #344EE2;
}
.AnyTagClassName
{
color: #344EE2;
}
</style>
background-color css
<style>
a { background-color: #344EE2; }
a { background-color: rgb(52,78,226); }
div.DivClassName
{
background-color: #344EE2;
}
.BgClassName
{
background-color: #344EE2;
}
</style>
border-color css
<style>
span { border-color: #344EE2; }
span { border-color: rgb(52,78,226); }
td.TdClassName
{
border-color: #344EE2;
}
.TagClassName
{
border-color: #344EE2;
}
</style>