Shades of Royal Blue #365DF3
Tints of Royal Blue #365DF3
RGB
CMYK
RGB Variations
Color information
#365DF3 (or 0x365DF3) is known color: Royal Blue. HEX triplet: 36, 5D and F3. RGB value is (54,93,243). Sum of RGB (Red+Green+Blue) = 54+93+243=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #365DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DF3 is #C9A20C. Grayscale: #616161. Windows color (decimal): -13214221 or 15949110. OLE color: 15949110.
HSL color Cylindrical-coordinate representation of color #365DF3: hue angle of 227.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365DF3 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 93 | 243 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.05 |
| HSL | 227.62º | 0.89% | 0.58% | - |
| HSV(B) | 227.62º | 0.78% | 0.95% | - |
| XYZ | 21.61 | 15.08 | 86.57 | - |
| YUV | 98.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 243 | 0.78 | 0.62 | 0 | 0.05 | 227.62 | 0.89 | 0.58 |
| Hex | 36 | 5D | F3 | 4E | 3E | 0 | 5 | E4 | 59 | 3A |
| Octal | 66 | 135 | 363 | 116 | 76 | 0 | 5 | 344 | 131 | 72 |
| Binary | 110110 | 1011101 | 11110011 | 1001110 | 111110 | 0 | 101 | 11100100 | 1011001 | 111010 |
Color Harmonies of #365DF3
Complementary color
Monochromatic Colors of #365DF3
Black with #365DF3
Text Example
Text Example
White with #365DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DF3; }
p { color: rgb(54,93,243); }
H1.HeaderClassName
{
color: #365DF3;
}
.AnyTagClassName
{
color: #365DF3;
}
</style>
background-color css
<style>
a { background-color: #365DF3; }
a { background-color: rgb(54,93,243); }
div.DivClassName
{
background-color: #365DF3;
}
.BgClassName
{
background-color: #365DF3;
}
</style>
border-color css
<style>
span { border-color: #365DF3; }
span { border-color: rgb(54,93,243); }
td.TdClassName
{
border-color: #365DF3;
}
.TagClassName
{
border-color: #365DF3;
}
</style>