Shades of Royal Blue #3668EC
Tints of Royal Blue #3668EC
RGB
CMYK
RGB Variations
Color information
#3668EC (or 0x3668EC) is known color: Royal Blue. HEX triplet: 36, 68 and EC. RGB value is (54,104,236). Sum of RGB (Red+Green+Blue) = 54+104+236=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #3668EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668EC is #C99713. Grayscale: #676767. Windows color (decimal): -13211412 or 15493174. OLE color: 15493174.
HSL color Cylindrical-coordinate representation of color #3668EC: hue angle of 223.52º 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 #3668EC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 104 | 236 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.07 |
| HSL | 223.52º | 0.83% | 0.57% | - |
| HSV(B) | 223.52º | 0.77% | 0.93% | - |
| XYZ | 21.61 | 16.74 | 81.45 | - |
| YUV | 104.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 236 | 0.77 | 0.56 | 0 | 0.07 | 223.52 | 0.83 | 0.57 |
| Hex | 36 | 68 | EC | 4D | 38 | 0 | 7 | E0 | 53 | 39 |
| Octal | 66 | 150 | 354 | 115 | 70 | 0 | 7 | 340 | 123 | 71 |
| Binary | 110110 | 1101000 | 11101100 | 1001101 | 111000 | 0 | 111 | 11100000 | 1010011 | 111001 |
Color Harmonies of #3668EC
Complementary color
Monochromatic Colors of #3668EC
Black with #3668EC
Text Example
Text Example
White with #3668EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668EC; }
p { color: rgb(54,104,236); }
H1.HeaderClassName
{
color: #3668EC;
}
.AnyTagClassName
{
color: #3668EC;
}
</style>
background-color css
<style>
a { background-color: #3668EC; }
a { background-color: rgb(54,104,236); }
div.DivClassName
{
background-color: #3668EC;
}
.BgClassName
{
background-color: #3668EC;
}
</style>
border-color css
<style>
span { border-color: #3668EC; }
span { border-color: rgb(54,104,236); }
td.TdClassName
{
border-color: #3668EC;
}
.TagClassName
{
border-color: #3668EC;
}
</style>