Shades of Royal Blue #3668FB
Tints of Royal Blue #3668FB
RGB
CMYK
RGB Variations
Color information
#3668FB (or 0x3668FB) is known color: Royal Blue. HEX triplet: 36, 68 and FB. RGB value is (54,104,251). Sum of RGB (Red+Green+Blue) = 54+104+251=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #3668FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668FB is #C99704. Grayscale: #696969. Windows color (decimal): -13211397 or 16476214. OLE color: 16476214.
HSL color Cylindrical-coordinate representation of color #3668FB: hue angle of 224.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3668FB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 104 | 251 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.02 |
| HSL | 224.77º | 0.96% | 0.6% | - |
| HSV(B) | 224.77º | 0.78% | 0.98% | - |
| XYZ | 23.88 | 17.65 | 93.41 | - |
| YUV | 105.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 251 | 0.78 | 0.59 | 0 | 0.02 | 224.77 | 0.96 | 0.6 |
| Hex | 36 | 68 | FB | 4E | 3B | 0 | 2 | E1 | 60 | 3C |
| Octal | 66 | 150 | 373 | 116 | 73 | 0 | 2 | 341 | 140 | 74 |
| Binary | 110110 | 1101000 | 11111011 | 1001110 | 111011 | 0 | 10 | 11100001 | 1100000 | 111100 |
Color Harmonies of #3668FB
Complementary color
Monochromatic Colors of #3668FB
Black with #3668FB
Text Example
Text Example
White with #3668FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668FB; }
p { color: rgb(54,104,251); }
H1.HeaderClassName
{
color: #3668FB;
}
.AnyTagClassName
{
color: #3668FB;
}
</style>
background-color css
<style>
a { background-color: #3668FB; }
a { background-color: rgb(54,104,251); }
div.DivClassName
{
background-color: #3668FB;
}
.BgClassName
{
background-color: #3668FB;
}
</style>
border-color css
<style>
span { border-color: #3668FB; }
span { border-color: rgb(54,104,251); }
td.TdClassName
{
border-color: #3668FB;
}
.TagClassName
{
border-color: #3668FB;
}
</style>