Shades of Royal Blue #334EE3
Tints of Royal Blue #334EE3
RGB
CMYK
RGB Variations
Color information
#334EE3 (or 0x334EE3) is known color: Royal Blue. HEX triplet: 33, 4E and E3. RGB value is (51,78,227). Sum of RGB (Red+Green+Blue) = 51+78+227=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #334EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EE3 is #CCB11C. Grayscale: #565656. Windows color (decimal): -13414685 or 14896691. OLE color: 14896691.
HSL color Cylindrical-coordinate representation of color #334EE3: hue angle of 230.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334EE3 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 78 | 227 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.11 |
| HSL | 230.8º | 0.76% | 0.55% | - |
| HSV(B) | 230.8º | 0.78% | 0.89% | - |
| XYZ | 17.95 | 11.7 | 73.98 | - |
| YUV | 86.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 227 | 0.78 | 0.66 | 0 | 0.11 | 230.8 | 0.76 | 0.55 |
| Hex | 33 | 4E | E3 | 4E | 42 | 0 | B | E7 | 4C | 37 |
| Octal | 63 | 116 | 343 | 116 | 102 | 0 | 13 | 347 | 114 | 67 |
| Binary | 110011 | 1001110 | 11100011 | 1001110 | 1000010 | 0 | 1011 | 11100111 | 1001100 | 110111 |
Color Harmonies of #334EE3
Complementary color
Monochromatic Colors of #334EE3
Black with #334EE3
Text Example
Text Example
White with #334EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EE3; }
p { color: rgb(51,78,227); }
H1.HeaderClassName
{
color: #334EE3;
}
.AnyTagClassName
{
color: #334EE3;
}
</style>
background-color css
<style>
a { background-color: #334EE3; }
a { background-color: rgb(51,78,227); }
div.DivClassName
{
background-color: #334EE3;
}
.BgClassName
{
background-color: #334EE3;
}
</style>
border-color css
<style>
span { border-color: #334EE3; }
span { border-color: rgb(51,78,227); }
td.TdClassName
{
border-color: #334EE3;
}
.TagClassName
{
border-color: #334EE3;
}
</style>