Shades of Royal Blue #3665EA
Tints of Royal Blue #3665EA
RGB
CMYK
RGB Variations
Color information
#3665EA (or 0x3665EA) is known color: Royal Blue. HEX triplet: 36, 65 and EA. RGB value is (54,101,234). Sum of RGB (Red+Green+Blue) = 54+101+234=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #3665EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665EA is #C99A15. Grayscale: #656565. Windows color (decimal): -13212182 or 15361334. OLE color: 15361334.
HSL color Cylindrical-coordinate representation of color #3665EA: hue angle of 224.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3665EA is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 101 | 234 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.08 |
| HSL | 224.33º | 0.81% | 0.56% | - |
| HSV(B) | 224.33º | 0.77% | 0.92% | - |
| XYZ | 21.03 | 16.03 | 79.83 | - |
| YUV | 102.11 | 202.43 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 234 | 0.77 | 0.57 | 0 | 0.08 | 224.33 | 0.81 | 0.56 |
| Hex | 36 | 65 | EA | 4D | 39 | 0 | 8 | E0 | 51 | 38 |
| Octal | 66 | 145 | 352 | 115 | 71 | 0 | 10 | 340 | 121 | 70 |
| Binary | 110110 | 1100101 | 11101010 | 1001101 | 111001 | 0 | 1000 | 11100000 | 1010001 | 111000 |
Color Harmonies of #3665EA
Complementary color
Monochromatic Colors of #3665EA
Black with #3665EA
Text Example
Text Example
White with #3665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665EA; }
p { color: rgb(54,101,234); }
H1.HeaderClassName
{
color: #3665EA;
}
.AnyTagClassName
{
color: #3665EA;
}
</style>
background-color css
<style>
a { background-color: #3665EA; }
a { background-color: rgb(54,101,234); }
div.DivClassName
{
background-color: #3665EA;
}
.BgClassName
{
background-color: #3665EA;
}
</style>
border-color css
<style>
span { border-color: #3665EA; }
span { border-color: rgb(54,101,234); }
td.TdClassName
{
border-color: #3665EA;
}
.TagClassName
{
border-color: #3665EA;
}
</style>