Shades of Royal Blue #3665EC
Tints of Royal Blue #3665EC
RGB
CMYK
RGB Variations
Color information
#3665EC (or 0x3665EC) is known color: Royal Blue. HEX triplet: 36, 65 and EC. RGB value is (54,101,236). Sum of RGB (Red+Green+Blue) = 54+101+236=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #3665EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665EC is #C99A13. Grayscale: #656565. Windows color (decimal): -13212180 or 15492406. OLE color: 15492406.
HSL color Cylindrical-coordinate representation of color #3665EC: hue angle of 224.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3665EC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 101 | 236 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.07 |
| HSL | 224.51º | 0.83% | 0.57% | - |
| HSV(B) | 224.51º | 0.77% | 0.93% | - |
| XYZ | 21.32 | 16.15 | 81.35 | - |
| YUV | 102.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 236 | 0.77 | 0.57 | 0 | 0.07 | 224.51 | 0.83 | 0.57 |
| Hex | 36 | 65 | EC | 4D | 39 | 0 | 7 | E1 | 53 | 39 |
| Octal | 66 | 145 | 354 | 115 | 71 | 0 | 7 | 341 | 123 | 71 |
| Binary | 110110 | 1100101 | 11101100 | 1001101 | 111001 | 0 | 111 | 11100001 | 1010011 | 111001 |
Color Harmonies of #3665EC
Complementary color
Monochromatic Colors of #3665EC
Black with #3665EC
Text Example
Text Example
White with #3665EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665EC; }
p { color: rgb(54,101,236); }
H1.HeaderClassName
{
color: #3665EC;
}
.AnyTagClassName
{
color: #3665EC;
}
</style>
background-color css
<style>
a { background-color: #3665EC; }
a { background-color: rgb(54,101,236); }
div.DivClassName
{
background-color: #3665EC;
}
.BgClassName
{
background-color: #3665EC;
}
</style>
border-color css
<style>
span { border-color: #3665EC; }
span { border-color: rgb(54,101,236); }
td.TdClassName
{
border-color: #3665EC;
}
.TagClassName
{
border-color: #3665EC;
}
</style>