Shades of Royal Blue #3355DC
Tints of Royal Blue #3355DC
RGB
CMYK
RGB Variations
Color information
#3355DC (or 0x3355DC) is known color: Royal Blue. HEX triplet: 33, 55 and DC. RGB value is (51,85,220). Sum of RGB (Red+Green+Blue) = 51+85+220=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #3355DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355DC is #CCAA23. Grayscale: #595959. Windows color (decimal): -13412900 or 14439731. OLE color: 14439731.
HSL color Cylindrical-coordinate representation of color #3355DC: hue angle of 227.93º 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 #3355DC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 85 | 220 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.14 |
| HSL | 227.93º | 0.71% | 0.53% | - |
| HSV(B) | 227.93º | 0.77% | 0.86% | - |
| XYZ | 17.53 | 12.37 | 69.17 | - |
| YUV | 90.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 220 | 0.77 | 0.61 | 0 | 0.14 | 227.93 | 0.71 | 0.53 |
| Hex | 33 | 55 | DC | 4D | 3D | 0 | E | E4 | 47 | 35 |
| Octal | 63 | 125 | 334 | 115 | 75 | 0 | 16 | 344 | 107 | 65 |
| Binary | 110011 | 1010101 | 11011100 | 1001101 | 111101 | 0 | 1110 | 11100100 | 1000111 | 110101 |
Color Harmonies of #3355DC
Complementary color
Monochromatic Colors of #3355DC
Black with #3355DC
Text Example
Text Example
White with #3355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355DC; }
p { color: rgb(51,85,220); }
H1.HeaderClassName
{
color: #3355DC;
}
.AnyTagClassName
{
color: #3355DC;
}
</style>
background-color css
<style>
a { background-color: #3355DC; }
a { background-color: rgb(51,85,220); }
div.DivClassName
{
background-color: #3355DC;
}
.BgClassName
{
background-color: #3355DC;
}
</style>
border-color css
<style>
span { border-color: #3355DC; }
span { border-color: rgb(51,85,220); }
td.TdClassName
{
border-color: #3355DC;
}
.TagClassName
{
border-color: #3355DC;
}
</style>