Shades of Royal Blue #3665F1
Tints of Royal Blue #3665F1
RGB
CMYK
RGB Variations
Color information
#3665F1 (or 0x3665F1) is known color: Royal Blue. HEX triplet: 36, 65 and F1. RGB value is (54,101,241). Sum of RGB (Red+Green+Blue) = 54+101+241=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #3665F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665F1 is #C99A0E. Grayscale: #666666. Windows color (decimal): -13212175 or 15820086. OLE color: 15820086.
HSL color Cylindrical-coordinate representation of color #3665F1: hue angle of 224.92º 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 #3665F1 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 101 | 241 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.05 |
| HSL | 224.92º | 0.87% | 0.58% | - |
| HSV(B) | 224.92º | 0.78% | 0.95% | - |
| XYZ | 22.05 | 16.44 | 85.23 | - |
| YUV | 102.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 241 | 0.78 | 0.58 | 0 | 0.05 | 224.92 | 0.87 | 0.58 |
| Hex | 36 | 65 | F1 | 4E | 3A | 0 | 5 | E1 | 57 | 3A |
| Octal | 66 | 145 | 361 | 116 | 72 | 0 | 5 | 341 | 127 | 72 |
| Binary | 110110 | 1100101 | 11110001 | 1001110 | 111010 | 0 | 101 | 11100001 | 1010111 | 111010 |
Color Harmonies of #3665F1
Complementary color
Monochromatic Colors of #3665F1
Black with #3665F1
Text Example
Text Example
White with #3665F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665F1; }
p { color: rgb(54,101,241); }
H1.HeaderClassName
{
color: #3665F1;
}
.AnyTagClassName
{
color: #3665F1;
}
</style>
background-color css
<style>
a { background-color: #3665F1; }
a { background-color: rgb(54,101,241); }
div.DivClassName
{
background-color: #3665F1;
}
.BgClassName
{
background-color: #3665F1;
}
</style>
border-color css
<style>
span { border-color: #3665F1; }
span { border-color: rgb(54,101,241); }
td.TdClassName
{
border-color: #3665F1;
}
.TagClassName
{
border-color: #3665F1;
}
</style>