Shades of Royal Blue #365AF7
Tints of Royal Blue #365AF7
RGB
CMYK
RGB Variations
Color information
#365AF7 (or 0x365AF7) is known color: Royal Blue. HEX triplet: 36, 5A and F7. RGB value is (54,90,247). Sum of RGB (Red+Green+Blue) = 54+90+247=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #365AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AF7 is #C9A508. Grayscale: #606060. Windows color (decimal): -13214985 or 16210486. OLE color: 16210486.
HSL color Cylindrical-coordinate representation of color #365AF7: hue angle of 228.81º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365AF7 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 90 | 247 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.03 |
| HSL | 228.81º | 0.92% | 0.59% | - |
| HSV(B) | 228.81º | 0.78% | 0.97% | - |
| XYZ | 21.97 | 14.81 | 89.7 | - |
| YUV | 97.13 | 212.57 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 247 | 0.78 | 0.64 | 0 | 0.03 | 228.81 | 0.92 | 0.59 |
| Hex | 36 | 5A | F7 | 4E | 40 | 0 | 3 | E5 | 5C | 3B |
| Octal | 66 | 132 | 367 | 116 | 100 | 0 | 3 | 345 | 134 | 73 |
| Binary | 110110 | 1011010 | 11110111 | 1001110 | 1000000 | 0 | 11 | 11100101 | 1011100 | 111011 |
Color Harmonies of #365AF7
Complementary color
Monochromatic Colors of #365AF7
Black with #365AF7
Text Example
Text Example
White with #365AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AF7; }
p { color: rgb(54,90,247); }
H1.HeaderClassName
{
color: #365AF7;
}
.AnyTagClassName
{
color: #365AF7;
}
</style>
background-color css
<style>
a { background-color: #365AF7; }
a { background-color: rgb(54,90,247); }
div.DivClassName
{
background-color: #365AF7;
}
.BgClassName
{
background-color: #365AF7;
}
</style>
border-color css
<style>
span { border-color: #365AF7; }
span { border-color: rgb(54,90,247); }
td.TdClassName
{
border-color: #365AF7;
}
.TagClassName
{
border-color: #365AF7;
}
</style>