Shades of Royal Blue #364FE0
Tints of Royal Blue #364FE0
RGB
CMYK
RGB Variations
Color information
#364FE0 (or 0x364FE0) is known color: Royal Blue. HEX triplet: 36, 4F and E0. RGB value is (54,79,224). Sum of RGB (Red+Green+Blue) = 54+79+224=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #364FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FE0 is #C9B01F. Grayscale: #575757. Windows color (decimal): -13217824 or 14700342. OLE color: 14700342.
HSL color Cylindrical-coordinate representation of color #364FE0: hue angle of 231.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364FE0 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 79 | 224 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.12 |
| HSL | 231.18º | 0.73% | 0.55% | - |
| HSV(B) | 231.18º | 0.76% | 0.88% | - |
| XYZ | 17.77 | 11.76 | 71.85 | - |
| YUV | 88.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 224 | 0.76 | 0.65 | 0 | 0.12 | 231.18 | 0.73 | 0.55 |
| Hex | 36 | 4F | E0 | 4C | 41 | 0 | C | E7 | 49 | 37 |
| Octal | 66 | 117 | 340 | 114 | 101 | 0 | 14 | 347 | 111 | 67 |
| Binary | 110110 | 1001111 | 11100000 | 1001100 | 1000001 | 0 | 1100 | 11100111 | 1001001 | 110111 |
Color Harmonies of #364FE0
Complementary color
Monochromatic Colors of #364FE0
Black with #364FE0
Text Example
Text Example
White with #364FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FE0; }
p { color: rgb(54,79,224); }
H1.HeaderClassName
{
color: #364FE0;
}
.AnyTagClassName
{
color: #364FE0;
}
</style>
background-color css
<style>
a { background-color: #364FE0; }
a { background-color: rgb(54,79,224); }
div.DivClassName
{
background-color: #364FE0;
}
.BgClassName
{
background-color: #364FE0;
}
</style>
border-color css
<style>
span { border-color: #364FE0; }
span { border-color: rgb(54,79,224); }
td.TdClassName
{
border-color: #364FE0;
}
.TagClassName
{
border-color: #364FE0;
}
</style>