Shades of Royal Blue #3679F1
Tints of Royal Blue #3679F1
RGB
CMYK
RGB Variations
Color information
#3679F1 (or 0x3679F1) is known color: Royal Blue. HEX triplet: 36, 79 and F1. RGB value is (54,121,241). Sum of RGB (Red+Green+Blue) = 54+121+241=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #3679F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3679F1 is #C9860E. Grayscale: #727272. Windows color (decimal): -13207055 or 15825206. OLE color: 15825206.
HSL color Cylindrical-coordinate representation of color #3679F1: hue angle of 218.5º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3679F1 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 121 | 241 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.05 |
| HSL | 218.5º | 0.87% | 0.58% | - |
| HSV(B) | 218.5º | 0.78% | 0.95% | - |
| XYZ | 24.24 | 20.81 | 85.96 | - |
| YUV | 114.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 241 | 0.78 | 0.50 | 0 | 0.05 | 218.5 | 0.87 | 0.58 |
| Hex | 36 | 79 | F1 | 4E | 32 | 0 | 5 | DB | 57 | 3A |
| Octal | 66 | 171 | 361 | 116 | 62 | 0 | 5 | 333 | 127 | 72 |
| Binary | 110110 | 1111001 | 11110001 | 1001110 | 110010 | 0 | 101 | 11011011 | 1010111 | 111010 |
Color Harmonies of #3679F1
Complementary color
Monochromatic Colors of #3679F1
Black with #3679F1
Text Example
Text Example
White with #3679F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3679F1; }
p { color: rgb(54,121,241); }
H1.HeaderClassName
{
color: #3679F1;
}
.AnyTagClassName
{
color: #3679F1;
}
</style>
background-color css
<style>
a { background-color: #3679F1; }
a { background-color: rgb(54,121,241); }
div.DivClassName
{
background-color: #3679F1;
}
.BgClassName
{
background-color: #3679F1;
}
</style>
border-color css
<style>
span { border-color: #3679F1; }
span { border-color: rgb(54,121,241); }
td.TdClassName
{
border-color: #3679F1;
}
.TagClassName
{
border-color: #3679F1;
}
</style>