Shades of Royal Blue #3669FD
Tints of Royal Blue #3669FD
RGB
CMYK
RGB Variations
Color information
#3669FD (or 0x3669FD) is known color: Royal Blue. HEX triplet: 36, 69 and FD. RGB value is (54,105,253). Sum of RGB (Red+Green+Blue) = 54+105+253=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #3669FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3669FD is #C99602. Grayscale: #696969. Windows color (decimal): -13211139 or 16607542. OLE color: 16607542.
HSL color Cylindrical-coordinate representation of color #3669FD: hue angle of 224.62º degrees, saturation: 0.98, 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 #3669FD is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 105 | 253 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.01 |
| HSL | 224.62º | 0.98% | 0.6% | - |
| HSV(B) | 224.62º | 0.79% | 0.99% | - |
| XYZ | 24.3 | 17.98 | 95.12 | - |
| YUV | 106.62 | 210.6 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 253 | 0.79 | 0.58 | 0 | 0.01 | 224.62 | 0.98 | 0.6 |
| Hex | 36 | 69 | FD | 4F | 3A | 0 | 1 | E1 | 62 | 3C |
| Octal | 66 | 151 | 375 | 117 | 72 | 0 | 1 | 341 | 142 | 74 |
| Binary | 110110 | 1101001 | 11111101 | 1001111 | 111010 | 0 | 1 | 11100001 | 1100010 | 111100 |
Color Harmonies of #3669FD
Complementary color
Monochromatic Colors of #3669FD
Black with #3669FD
Text Example
Text Example
White with #3669FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669FD; }
p { color: rgb(54,105,253); }
H1.HeaderClassName
{
color: #3669FD;
}
.AnyTagClassName
{
color: #3669FD;
}
</style>
background-color css
<style>
a { background-color: #3669FD; }
a { background-color: rgb(54,105,253); }
div.DivClassName
{
background-color: #3669FD;
}
.BgClassName
{
background-color: #3669FD;
}
</style>
border-color css
<style>
span { border-color: #3669FD; }
span { border-color: rgb(54,105,253); }
td.TdClassName
{
border-color: #3669FD;
}
.TagClassName
{
border-color: #3669FD;
}
</style>