Shades of Royal Blue #3354ED
Tints of Royal Blue #3354ED
RGB
CMYK
RGB Variations
Color information
#3354ED (or 0x3354ED) is known color: Royal Blue. HEX triplet: 33, 54 and ED. RGB value is (51,84,237). Sum of RGB (Red+Green+Blue) = 51+84+237=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #3354ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3354ED is #CCAB12. Grayscale: #5A5A5A. Windows color (decimal): -13413139 or 15553587. OLE color: 15553587.
HSL color Cylindrical-coordinate representation of color #3354ED: hue angle of 229.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3354ED is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 84 | 237 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.07 |
| HSL | 229.35º | 0.84% | 0.56% | - |
| HSV(B) | 229.35º | 0.78% | 0.93% | - |
| XYZ | 19.82 | 13.16 | 81.62 | - |
| YUV | 91.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 237 | 0.78 | 0.65 | 0 | 0.07 | 229.35 | 0.84 | 0.56 |
| Hex | 33 | 54 | ED | 4E | 41 | 0 | 7 | E5 | 54 | 38 |
| Octal | 63 | 124 | 355 | 116 | 101 | 0 | 7 | 345 | 124 | 70 |
| Binary | 110011 | 1010100 | 11101101 | 1001110 | 1000001 | 0 | 111 | 11100101 | 1010100 | 111000 |
Color Harmonies of #3354ED
Complementary color
Monochromatic Colors of #3354ED
Black with #3354ED
Text Example
Text Example
White with #3354ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354ED; }
p { color: rgb(51,84,237); }
H1.HeaderClassName
{
color: #3354ED;
}
.AnyTagClassName
{
color: #3354ED;
}
</style>
background-color css
<style>
a { background-color: #3354ED; }
a { background-color: rgb(51,84,237); }
div.DivClassName
{
background-color: #3354ED;
}
.BgClassName
{
background-color: #3354ED;
}
</style>
border-color css
<style>
span { border-color: #3354ED; }
span { border-color: rgb(51,84,237); }
td.TdClassName
{
border-color: #3354ED;
}
.TagClassName
{
border-color: #3354ED;
}
</style>