Shades of Royal Blue #3354DC
Tints of Royal Blue #3354DC
RGB
CMYK
RGB Variations
Color information
#3354DC (or 0x3354DC) is known color: Royal Blue. HEX triplet: 33, 54 and DC. RGB value is (51,84,220). Sum of RGB (Red+Green+Blue) = 51+84+220=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #3354DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354DC is #CCAB23. Grayscale: #595959. Windows color (decimal): -13413156 or 14439475. OLE color: 14439475.
HSL color Cylindrical-coordinate representation of color #3354DC: hue angle of 228.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3354DC is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 84 | 220 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.14 |
| HSL | 228.28º | 0.71% | 0.53% | - |
| HSV(B) | 228.28º | 0.77% | 0.86% | - |
| XYZ | 17.45 | 12.21 | 69.15 | - |
| YUV | 89.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 220 | 0.77 | 0.62 | 0 | 0.14 | 228.28 | 0.71 | 0.53 |
| Hex | 33 | 54 | DC | 4D | 3E | 0 | E | E4 | 47 | 35 |
| Octal | 63 | 124 | 334 | 115 | 76 | 0 | 16 | 344 | 107 | 65 |
| Binary | 110011 | 1010100 | 11011100 | 1001101 | 111110 | 0 | 1110 | 11100100 | 1000111 | 110101 |
Color Harmonies of #3354DC
Complementary color
Monochromatic Colors of #3354DC
Black with #3354DC
Text Example
Text Example
White with #3354DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354DC; }
p { color: rgb(51,84,220); }
H1.HeaderClassName
{
color: #3354DC;
}
.AnyTagClassName
{
color: #3354DC;
}
</style>
background-color css
<style>
a { background-color: #3354DC; }
a { background-color: rgb(51,84,220); }
div.DivClassName
{
background-color: #3354DC;
}
.BgClassName
{
background-color: #3354DC;
}
</style>
border-color css
<style>
span { border-color: #3354DC; }
span { border-color: rgb(51,84,220); }
td.TdClassName
{
border-color: #3354DC;
}
.TagClassName
{
border-color: #3354DC;
}
</style>