Shades of Royal Blue #334FE3
Tints of Royal Blue #334FE3
RGB
CMYK
RGB Variations
Color information
#334FE3 (or 0x334FE3) is known color: Royal Blue. HEX triplet: 33, 4F and E3. RGB value is (51,79,227). Sum of RGB (Red+Green+Blue) = 51+79+227=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #334FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FE3 is #CCB01C. Grayscale: #565656. Windows color (decimal): -13414429 or 14896947. OLE color: 14896947.
HSL color Cylindrical-coordinate representation of color #334FE3: hue angle of 230.45º 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 #334FE3 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 79 | 227 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.11 |
| HSL | 230.45º | 0.76% | 0.55% | - |
| HSV(B) | 230.45º | 0.78% | 0.89% | - |
| XYZ | 18.03 | 11.84 | 74.01 | - |
| YUV | 87.5 | 206.72 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 227 | 0.78 | 0.65 | 0 | 0.11 | 230.45 | 0.76 | 0.55 |
| Hex | 33 | 4F | E3 | 4E | 41 | 0 | B | E6 | 4C | 37 |
| Octal | 63 | 117 | 343 | 116 | 101 | 0 | 13 | 346 | 114 | 67 |
| Binary | 110011 | 1001111 | 11100011 | 1001110 | 1000001 | 0 | 1011 | 11100110 | 1001100 | 110111 |
Color Harmonies of #334FE3
Complementary color
Monochromatic Colors of #334FE3
Black with #334FE3
Text Example
Text Example
White with #334FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FE3; }
p { color: rgb(51,79,227); }
H1.HeaderClassName
{
color: #334FE3;
}
.AnyTagClassName
{
color: #334FE3;
}
</style>
background-color css
<style>
a { background-color: #334FE3; }
a { background-color: rgb(51,79,227); }
div.DivClassName
{
background-color: #334FE3;
}
.BgClassName
{
background-color: #334FE3;
}
</style>
border-color css
<style>
span { border-color: #334FE3; }
span { border-color: rgb(51,79,227); }
td.TdClassName
{
border-color: #334FE3;
}
.TagClassName
{
border-color: #334FE3;
}
</style>