Shades of Royal Blue #3365EC
Tints of Royal Blue #3365EC
RGB
CMYK
RGB Variations
Color information
#3365EC (or 0x3365EC) is known color: Royal Blue. HEX triplet: 33, 65 and EC. RGB value is (51,101,236). Sum of RGB (Red+Green+Blue) = 51+101+236=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #3365EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365EC is #CC9A13. Grayscale: #646464. Windows color (decimal): -13408788 or 15492403. OLE color: 15492403.
HSL color Cylindrical-coordinate representation of color #3365EC: hue angle of 223.78º degrees, saturation: 0.83, 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 #3365EC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 101 | 236 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.07 |
| HSL | 223.78º | 0.83% | 0.56% | - |
| HSV(B) | 223.78º | 0.78% | 0.93% | - |
| XYZ | 21.16 | 16.07 | 81.34 | - |
| YUV | 101.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 236 | 0.78 | 0.57 | 0 | 0.07 | 223.78 | 0.83 | 0.56 |
| Hex | 33 | 65 | EC | 4E | 39 | 0 | 7 | E0 | 53 | 38 |
| Octal | 63 | 145 | 354 | 116 | 71 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110011 | 1100101 | 11101100 | 1001110 | 111001 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3365EC
Complementary color
Monochromatic Colors of #3365EC
Black with #3365EC
Text Example
Text Example
White with #3365EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365EC; }
p { color: rgb(51,101,236); }
H1.HeaderClassName
{
color: #3365EC;
}
.AnyTagClassName
{
color: #3365EC;
}
</style>
background-color css
<style>
a { background-color: #3365EC; }
a { background-color: rgb(51,101,236); }
div.DivClassName
{
background-color: #3365EC;
}
.BgClassName
{
background-color: #3365EC;
}
</style>
border-color css
<style>
span { border-color: #3365EC; }
span { border-color: rgb(51,101,236); }
td.TdClassName
{
border-color: #3365EC;
}
.TagClassName
{
border-color: #3365EC;
}
</style>