Shades of Royal Blue #3665E1
Tints of Royal Blue #3665E1
RGB
CMYK
RGB Variations
Color information
#3665E1 (or 0x3665E1) is known color: Royal Blue. HEX triplet: 36, 65 and E1. RGB value is (54,101,225). Sum of RGB (Red+Green+Blue) = 54+101+225=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #3665E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665E1 is #C99A1E. Grayscale: #646464. Windows color (decimal): -13212191 or 14771510. OLE color: 14771510.
HSL color Cylindrical-coordinate representation of color #3665E1: hue angle of 223.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3665E1 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 101 | 225 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.12 |
| HSL | 223.51º | 0.74% | 0.55% | - |
| HSV(B) | 223.51º | 0.76% | 0.88% | - |
| XYZ | 19.77 | 15.53 | 73.19 | - |
| YUV | 101.08 | 197.93 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 225 | 0.76 | 0.55 | 0 | 0.12 | 223.51 | 0.74 | 0.55 |
| Hex | 36 | 65 | E1 | 4C | 37 | 0 | C | E0 | 4A | 37 |
| Octal | 66 | 145 | 341 | 114 | 67 | 0 | 14 | 340 | 112 | 67 |
| Binary | 110110 | 1100101 | 11100001 | 1001100 | 110111 | 0 | 1100 | 11100000 | 1001010 | 110111 |
Color Harmonies of #3665E1
Complementary color
Monochromatic Colors of #3665E1
Black with #3665E1
Text Example
Text Example
White with #3665E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665E1; }
p { color: rgb(54,101,225); }
H1.HeaderClassName
{
color: #3665E1;
}
.AnyTagClassName
{
color: #3665E1;
}
</style>
background-color css
<style>
a { background-color: #3665E1; }
a { background-color: rgb(54,101,225); }
div.DivClassName
{
background-color: #3665E1;
}
.BgClassName
{
background-color: #3665E1;
}
</style>
border-color css
<style>
span { border-color: #3665E1; }
span { border-color: rgb(54,101,225); }
td.TdClassName
{
border-color: #3665E1;
}
.TagClassName
{
border-color: #3665E1;
}
</style>