Shades of Royal Blue #3381E3
Tints of Royal Blue #3381E3
RGB
CMYK
RGB Variations
Color information
#3381E3 (or 0x3381E3) is known color: Royal Blue. HEX triplet: 33, 81 and E3. RGB value is (51,129,227). Sum of RGB (Red+Green+Blue) = 51+129+227=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #3381E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3381E3 is #CC7E1C. Grayscale: #747474. Windows color (decimal): -13401629 or 14909747. OLE color: 14909747.
HSL color Cylindrical-coordinate representation of color #3381E3: hue angle of 213.41º 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 #3381E3 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 129 | 227 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.11 |
| HSL | 213.41º | 0.76% | 0.55% | - |
| HSV(B) | 213.41º | 0.78% | 0.89% | - |
| XYZ | 23.08 | 21.95 | 75.69 | - |
| YUV | 116.85 | 190.16 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 227 | 0.78 | 0.43 | 0 | 0.11 | 213.41 | 0.76 | 0.55 |
| Hex | 33 | 81 | E3 | 4E | 2B | 0 | B | D5 | 4C | 37 |
| Octal | 63 | 201 | 343 | 116 | 53 | 0 | 13 | 325 | 114 | 67 |
| Binary | 110011 | 10000001 | 11100011 | 1001110 | 101011 | 0 | 1011 | 11010101 | 1001100 | 110111 |
Color Harmonies of #3381E3
Complementary color
Monochromatic Colors of #3381E3
Black with #3381E3
Text Example
Text Example
White with #3381E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3381E3; }
p { color: rgb(51,129,227); }
H1.HeaderClassName
{
color: #3381E3;
}
.AnyTagClassName
{
color: #3381E3;
}
</style>
background-color css
<style>
a { background-color: #3381E3; }
a { background-color: rgb(51,129,227); }
div.DivClassName
{
background-color: #3381E3;
}
.BgClassName
{
background-color: #3381E3;
}
</style>
border-color css
<style>
span { border-color: #3381E3; }
span { border-color: rgb(51,129,227); }
td.TdClassName
{
border-color: #3381E3;
}
.TagClassName
{
border-color: #3381E3;
}
</style>