Shades of Royal Blue #365AF9
Tints of Royal Blue #365AF9
RGB
CMYK
RGB Variations
Color information
#365AF9 (or 0x365AF9) is known color: Royal Blue. HEX triplet: 36, 5A and F9. RGB value is (54,90,249). Sum of RGB (Red+Green+Blue) = 54+90+249=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #365AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AF9 is #C9A506. Grayscale: #606060. Windows color (decimal): -13214983 or 16341558. OLE color: 16341558.
HSL color Cylindrical-coordinate representation of color #365AF9: hue angle of 228.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365AF9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 90 | 249 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 228.92º | 0.94% | 0.59% | - |
| HSV(B) | 228.92º | 0.78% | 0.98% | - |
| XYZ | 22.28 | 14.94 | 91.33 | - |
| YUV | 97.36 | 213.57 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 249 | 0.78 | 0.64 | 0 | 0.02 | 228.92 | 0.94 | 0.59 |
| Hex | 36 | 5A | F9 | 4E | 40 | 0 | 2 | E5 | 5E | 3B |
| Octal | 66 | 132 | 371 | 116 | 100 | 0 | 2 | 345 | 136 | 73 |
| Binary | 110110 | 1011010 | 11111001 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1011110 | 111011 |
Color Harmonies of #365AF9
Complementary color
Monochromatic Colors of #365AF9
Black with #365AF9
Text Example
Text Example
White with #365AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AF9; }
p { color: rgb(54,90,249); }
H1.HeaderClassName
{
color: #365AF9;
}
.AnyTagClassName
{
color: #365AF9;
}
</style>
background-color css
<style>
a { background-color: #365AF9; }
a { background-color: rgb(54,90,249); }
div.DivClassName
{
background-color: #365AF9;
}
.BgClassName
{
background-color: #365AF9;
}
</style>
border-color css
<style>
span { border-color: #365AF9; }
span { border-color: rgb(54,90,249); }
td.TdClassName
{
border-color: #365AF9;
}
.TagClassName
{
border-color: #365AF9;
}
</style>