Shades of Royal Blue #3669FC
Tints of Royal Blue #3669FC
RGB
CMYK
RGB Variations
Color information
#3669FC (or 0x3669FC) is known color: Royal Blue. HEX triplet: 36, 69 and FC. RGB value is (54,105,252). Sum of RGB (Red+Green+Blue) = 54+105+252=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #3669FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3669FC is #C99603. Grayscale: #696969. Windows color (decimal): -13211140 or 16542006. OLE color: 16542006.
HSL color Cylindrical-coordinate representation of color #3669FC: hue angle of 224.55º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3669FC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 105 | 252 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.01 |
| HSL | 224.55º | 0.97% | 0.6% | - |
| HSV(B) | 224.55º | 0.79% | 0.99% | - |
| XYZ | 24.14 | 17.92 | 94.28 | - |
| YUV | 106.51 | 210.1 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 252 | 0.79 | 0.58 | 0 | 0.01 | 224.55 | 0.97 | 0.6 |
| Hex | 36 | 69 | FC | 4F | 3A | 0 | 1 | E1 | 61 | 3C |
| Octal | 66 | 151 | 374 | 117 | 72 | 0 | 1 | 341 | 141 | 74 |
| Binary | 110110 | 1101001 | 11111100 | 1001111 | 111010 | 0 | 1 | 11100001 | 1100001 | 111100 |
Color Harmonies of #3669FC
Complementary color
Monochromatic Colors of #3669FC
Black with #3669FC
Text Example
Text Example
White with #3669FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669FC; }
p { color: rgb(54,105,252); }
H1.HeaderClassName
{
color: #3669FC;
}
.AnyTagClassName
{
color: #3669FC;
}
</style>
background-color css
<style>
a { background-color: #3669FC; }
a { background-color: rgb(54,105,252); }
div.DivClassName
{
background-color: #3669FC;
}
.BgClassName
{
background-color: #3669FC;
}
</style>
border-color css
<style>
span { border-color: #3669FC; }
span { border-color: rgb(54,105,252); }
td.TdClassName
{
border-color: #3669FC;
}
.TagClassName
{
border-color: #3669FC;
}
</style>