Shades of Royal Blue #3668EF
Tints of Royal Blue #3668EF
RGB
CMYK
RGB Variations
Color information
#3668EF (or 0x3668EF) is known color: Royal Blue. HEX triplet: 36, 68 and EF. RGB value is (54,104,239). Sum of RGB (Red+Green+Blue) = 54+104+239=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #3668EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668EF is #C99710. Grayscale: #676767. Windows color (decimal): -13211409 or 15689782. OLE color: 15689782.
HSL color Cylindrical-coordinate representation of color #3668EF: hue angle of 223.78º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3668EF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 104 | 239 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.06 |
| HSL | 223.78º | 0.85% | 0.57% | - |
| HSV(B) | 223.78º | 0.77% | 0.94% | - |
| XYZ | 22.05 | 16.92 | 83.76 | - |
| YUV | 104.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 239 | 0.77 | 0.56 | 0 | 0.06 | 223.78 | 0.85 | 0.57 |
| Hex | 36 | 68 | EF | 4D | 38 | 0 | 6 | E0 | 55 | 39 |
| Octal | 66 | 150 | 357 | 115 | 70 | 0 | 6 | 340 | 125 | 71 |
| Binary | 110110 | 1101000 | 11101111 | 1001101 | 111000 | 0 | 110 | 11100000 | 1010101 | 111001 |
Color Harmonies of #3668EF
Complementary color
Monochromatic Colors of #3668EF
Black with #3668EF
Text Example
Text Example
White with #3668EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668EF; }
p { color: rgb(54,104,239); }
H1.HeaderClassName
{
color: #3668EF;
}
.AnyTagClassName
{
color: #3668EF;
}
</style>
background-color css
<style>
a { background-color: #3668EF; }
a { background-color: rgb(54,104,239); }
div.DivClassName
{
background-color: #3668EF;
}
.BgClassName
{
background-color: #3668EF;
}
</style>
border-color css
<style>
span { border-color: #3668EF; }
span { border-color: rgb(54,104,239); }
td.TdClassName
{
border-color: #3668EF;
}
.TagClassName
{
border-color: #3668EF;
}
</style>