Shades of Royal Blue #365DF4
Tints of Royal Blue #365DF4
RGB
CMYK
RGB Variations
Color information
#365DF4 (or 0x365DF4) is known color: Royal Blue. HEX triplet: 36, 5D and F4. RGB value is (54,93,244). Sum of RGB (Red+Green+Blue) = 54+93+244=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #365DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DF4 is #C9A20B. Grayscale: #616161. Windows color (decimal): -13214220 or 16014646. OLE color: 16014646.
HSL color Cylindrical-coordinate representation of color #365DF4: hue angle of 227.68º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365DF4 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 93 | 244 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.04 |
| HSL | 227.68º | 0.9% | 0.58% | - |
| HSV(B) | 227.68º | 0.78% | 0.96% | - |
| XYZ | 21.76 | 15.14 | 87.36 | - |
| YUV | 98.55 | 210.08 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 244 | 0.78 | 0.62 | 0 | 0.04 | 227.68 | 0.9 | 0.58 |
| Hex | 36 | 5D | F4 | 4E | 3E | 0 | 4 | E4 | 5A | 3A |
| Octal | 66 | 135 | 364 | 116 | 76 | 0 | 4 | 344 | 132 | 72 |
| Binary | 110110 | 1011101 | 11110100 | 1001110 | 111110 | 0 | 100 | 11100100 | 1011010 | 111010 |
Color Harmonies of #365DF4
Complementary color
Monochromatic Colors of #365DF4
Black with #365DF4
Text Example
Text Example
White with #365DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DF4; }
p { color: rgb(54,93,244); }
H1.HeaderClassName
{
color: #365DF4;
}
.AnyTagClassName
{
color: #365DF4;
}
</style>
background-color css
<style>
a { background-color: #365DF4; }
a { background-color: rgb(54,93,244); }
div.DivClassName
{
background-color: #365DF4;
}
.BgClassName
{
background-color: #365DF4;
}
</style>
border-color css
<style>
span { border-color: #365DF4; }
span { border-color: rgb(54,93,244); }
td.TdClassName
{
border-color: #365DF4;
}
.TagClassName
{
border-color: #365DF4;
}
</style>