Shades of Royal Blue #3365DC
Tints of Royal Blue #3365DC
RGB
CMYK
RGB Variations
Color information
#3365DC (or 0x3365DC) is known color: Royal Blue. HEX triplet: 33, 65 and DC. RGB value is (51,101,220). Sum of RGB (Red+Green+Blue) = 51+101+220=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #3365DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365DC is #CC9A23. Grayscale: #636363. Windows color (decimal): -13408804 or 14443827. OLE color: 14443827.
HSL color Cylindrical-coordinate representation of color #3365DC: hue angle of 222.25º 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 #3365DC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 101 | 220 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.14 |
| HSL | 222.25º | 0.71% | 0.53% | - |
| HSV(B) | 222.25º | 0.77% | 0.86% | - |
| XYZ | 18.94 | 15.18 | 69.64 | - |
| YUV | 99.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 220 | 0.77 | 0.54 | 0 | 0.14 | 222.25 | 0.71 | 0.53 |
| Hex | 33 | 65 | DC | 4D | 36 | 0 | E | DE | 47 | 35 |
| Octal | 63 | 145 | 334 | 115 | 66 | 0 | 16 | 336 | 107 | 65 |
| Binary | 110011 | 1100101 | 11011100 | 1001101 | 110110 | 0 | 1110 | 11011110 | 1000111 | 110101 |
Color Harmonies of #3365DC
Complementary color
Monochromatic Colors of #3365DC
Black with #3365DC
Text Example
Text Example
White with #3365DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365DC; }
p { color: rgb(51,101,220); }
H1.HeaderClassName
{
color: #3365DC;
}
.AnyTagClassName
{
color: #3365DC;
}
</style>
background-color css
<style>
a { background-color: #3365DC; }
a { background-color: rgb(51,101,220); }
div.DivClassName
{
background-color: #3365DC;
}
.BgClassName
{
background-color: #3365DC;
}
</style>
border-color css
<style>
span { border-color: #3365DC; }
span { border-color: rgb(51,101,220); }
td.TdClassName
{
border-color: #3365DC;
}
.TagClassName
{
border-color: #3365DC;
}
</style>