Shades of Royal Blue #3668F9
Tints of Royal Blue #3668F9
RGB
CMYK
RGB Variations
Color information
#3668F9 (or 0x3668F9) is known color: Royal Blue. HEX triplet: 36, 68 and F9. RGB value is (54,104,249). Sum of RGB (Red+Green+Blue) = 54+104+249=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #3668F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668F9 is #C99706. Grayscale: #686868. Windows color (decimal): -13211399 or 16345142. OLE color: 16345142.
HSL color Cylindrical-coordinate representation of color #3668F9: hue angle of 224.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3668F9 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 104 | 249 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.02 |
| HSL | 224.62º | 0.94% | 0.59% | - |
| HSV(B) | 224.62º | 0.78% | 0.98% | - |
| XYZ | 23.57 | 17.52 | 91.76 | - |
| YUV | 105.58 | 208.94 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 249 | 0.78 | 0.58 | 0 | 0.02 | 224.62 | 0.94 | 0.59 |
| Hex | 36 | 68 | F9 | 4E | 3A | 0 | 2 | E1 | 5E | 3B |
| Octal | 66 | 150 | 371 | 116 | 72 | 0 | 2 | 341 | 136 | 73 |
| Binary | 110110 | 1101000 | 11111001 | 1001110 | 111010 | 0 | 10 | 11100001 | 1011110 | 111011 |
Color Harmonies of #3668F9
Complementary color
Monochromatic Colors of #3668F9
Black with #3668F9
Text Example
Text Example
White with #3668F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668F9; }
p { color: rgb(54,104,249); }
H1.HeaderClassName
{
color: #3668F9;
}
.AnyTagClassName
{
color: #3668F9;
}
</style>
background-color css
<style>
a { background-color: #3668F9; }
a { background-color: rgb(54,104,249); }
div.DivClassName
{
background-color: #3668F9;
}
.BgClassName
{
background-color: #3668F9;
}
</style>
border-color css
<style>
span { border-color: #3668F9; }
span { border-color: rgb(54,104,249); }
td.TdClassName
{
border-color: #3668F9;
}
.TagClassName
{
border-color: #3668F9;
}
</style>