Shades of Royal Blue #334FE0
Tints of Royal Blue #334FE0
RGB
CMYK
RGB Variations
Color information
#334FE0 (or 0x334FE0) is known color: Royal Blue. HEX triplet: 33, 4F and E0. RGB value is (51,79,224). Sum of RGB (Red+Green+Blue) = 51+79+224=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #334FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FE0 is #CCB01F. Grayscale: #565656. Windows color (decimal): -13414432 or 14700339. OLE color: 14700339.
HSL color Cylindrical-coordinate representation of color #334FE0: hue angle of 230.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334FE0 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 79 | 224 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.12 |
| HSL | 230.29º | 0.74% | 0.54% | - |
| HSV(B) | 230.29º | 0.77% | 0.88% | - |
| XYZ | 17.62 | 11.68 | 71.85 | - |
| YUV | 87.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 224 | 0.77 | 0.65 | 0 | 0.12 | 230.29 | 0.74 | 0.54 |
| Hex | 33 | 4F | E0 | 4D | 41 | 0 | C | E6 | 4A | 36 |
| Octal | 63 | 117 | 340 | 115 | 101 | 0 | 14 | 346 | 112 | 66 |
| Binary | 110011 | 1001111 | 11100000 | 1001101 | 1000001 | 0 | 1100 | 11100110 | 1001010 | 110110 |
Color Harmonies of #334FE0
Complementary color
Monochromatic Colors of #334FE0
Black with #334FE0
Text Example
Text Example
White with #334FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FE0; }
p { color: rgb(51,79,224); }
H1.HeaderClassName
{
color: #334FE0;
}
.AnyTagClassName
{
color: #334FE0;
}
</style>
background-color css
<style>
a { background-color: #334FE0; }
a { background-color: rgb(51,79,224); }
div.DivClassName
{
background-color: #334FE0;
}
.BgClassName
{
background-color: #334FE0;
}
</style>
border-color css
<style>
span { border-color: #334FE0; }
span { border-color: rgb(51,79,224); }
td.TdClassName
{
border-color: #334FE0;
}
.TagClassName
{
border-color: #334FE0;
}
</style>