Shades of Royal Blue #365CF4
Tints of Royal Blue #365CF4
RGB
CMYK
RGB Variations
Color information
#365CF4 (or 0x365CF4) is known color: Royal Blue. HEX triplet: 36, 5C and F4. RGB value is (54,92,244). Sum of RGB (Red+Green+Blue) = 54+92+244=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #365CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CF4 is #C9A30B. Grayscale: #616161. Windows color (decimal): -13214476 or 16014390. OLE color: 16014390.
HSL color Cylindrical-coordinate representation of color #365CF4: hue angle of 228º 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 #365CF4 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 92 | 244 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.04 |
| HSL | 228º | 0.9% | 0.58% | - |
| HSV(B) | 228º | 0.78% | 0.96% | - |
| XYZ | 21.68 | 14.97 | 87.33 | - |
| YUV | 97.97 | 210.41 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 244 | 0.78 | 0.62 | 0 | 0.04 | 228 | 0.9 | 0.58 |
| Hex | 36 | 5C | F4 | 4E | 3E | 0 | 4 | E4 | 5A | 3A |
| Octal | 66 | 134 | 364 | 116 | 76 | 0 | 4 | 344 | 132 | 72 |
| Binary | 110110 | 1011100 | 11110100 | 1001110 | 111110 | 0 | 100 | 11100100 | 1011010 | 111010 |
Color Harmonies of #365CF4
Complementary color
Monochromatic Colors of #365CF4
Black with #365CF4
Text Example
Text Example
White with #365CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CF4; }
p { color: rgb(54,92,244); }
H1.HeaderClassName
{
color: #365CF4;
}
.AnyTagClassName
{
color: #365CF4;
}
</style>
background-color css
<style>
a { background-color: #365CF4; }
a { background-color: rgb(54,92,244); }
div.DivClassName
{
background-color: #365CF4;
}
.BgClassName
{
background-color: #365CF4;
}
</style>
border-color css
<style>
span { border-color: #365CF4; }
span { border-color: rgb(54,92,244); }
td.TdClassName
{
border-color: #365CF4;
}
.TagClassName
{
border-color: #365CF4;
}
</style>