Shades of Royal Blue #365DFB
Tints of Royal Blue #365DFB
RGB
CMYK
RGB Variations
Color information
#365DFB (or 0x365DFB) is known color: Royal Blue. HEX triplet: 36, 5D and FB. RGB value is (54,93,251). Sum of RGB (Red+Green+Blue) = 54+93+251=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #365DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DFB is #C9A204. Grayscale: #626262. Windows color (decimal): -13214213 or 16473398. OLE color: 16473398.
HSL color Cylindrical-coordinate representation of color #365DFB: hue angle of 228.12º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365DFB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 93 | 251 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.02 |
| HSL | 228.12º | 0.96% | 0.6% | - |
| HSV(B) | 228.12º | 0.78% | 0.98% | - |
| XYZ | 22.85 | 15.58 | 93.07 | - |
| YUV | 99.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 251 | 0.78 | 0.63 | 0 | 0.02 | 228.12 | 0.96 | 0.6 |
| Hex | 36 | 5D | FB | 4E | 3F | 0 | 2 | E4 | 60 | 3C |
| Octal | 66 | 135 | 373 | 116 | 77 | 0 | 2 | 344 | 140 | 74 |
| Binary | 110110 | 1011101 | 11111011 | 1001110 | 111111 | 0 | 10 | 11100100 | 1100000 | 111100 |
Color Harmonies of #365DFB
Complementary color
Monochromatic Colors of #365DFB
Black with #365DFB
Text Example
Text Example
White with #365DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DFB; }
p { color: rgb(54,93,251); }
H1.HeaderClassName
{
color: #365DFB;
}
.AnyTagClassName
{
color: #365DFB;
}
</style>
background-color css
<style>
a { background-color: #365DFB; }
a { background-color: rgb(54,93,251); }
div.DivClassName
{
background-color: #365DFB;
}
.BgClassName
{
background-color: #365DFB;
}
</style>
border-color css
<style>
span { border-color: #365DFB; }
span { border-color: rgb(54,93,251); }
td.TdClassName
{
border-color: #365DFB;
}
.TagClassName
{
border-color: #365DFB;
}
</style>