Shades of Royal Blue #3365DB
Tints of Royal Blue #3365DB
RGB
CMYK
RGB Variations
Color information
#3365DB (or 0x3365DB) is known color: Royal Blue. HEX triplet: 33, 65 and DB. RGB value is (51,101,219). Sum of RGB (Red+Green+Blue) = 51+101+219=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3365DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365DB is #CC9A24. Grayscale: #626262. Windows color (decimal): -13408805 or 14378291. OLE color: 14378291.
HSL color Cylindrical-coordinate representation of color #3365DB: hue angle of 222.14º degrees, saturation: 0.7, 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 #3365DB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 101 | 219 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.14 |
| HSL | 222.14º | 0.7% | 0.53% | - |
| HSV(B) | 222.14º | 0.77% | 0.86% | - |
| XYZ | 18.81 | 15.13 | 68.95 | - |
| YUV | 99.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 219 | 0.77 | 0.54 | 0 | 0.14 | 222.14 | 0.7 | 0.53 |
| Hex | 33 | 65 | DB | 4D | 36 | 0 | E | DE | 46 | 35 |
| Octal | 63 | 145 | 333 | 115 | 66 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110011 | 1100101 | 11011011 | 1001101 | 110110 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3365DB
Complementary color
Monochromatic Colors of #3365DB
Black with #3365DB
Text Example
Text Example
White with #3365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365DB; }
p { color: rgb(51,101,219); }
H1.HeaderClassName
{
color: #3365DB;
}
.AnyTagClassName
{
color: #3365DB;
}
</style>
background-color css
<style>
a { background-color: #3365DB; }
a { background-color: rgb(51,101,219); }
div.DivClassName
{
background-color: #3365DB;
}
.BgClassName
{
background-color: #3365DB;
}
</style>
border-color css
<style>
span { border-color: #3365DB; }
span { border-color: rgb(51,101,219); }
td.TdClassName
{
border-color: #3365DB;
}
.TagClassName
{
border-color: #3365DB;
}
</style>