Shades of Royal Blue #365CE7
Tints of Royal Blue #365CE7
RGB
CMYK
RGB Variations
Color information
#365CE7 (or 0x365CE7) is known color: Royal Blue. HEX triplet: 36, 5C and E7. RGB value is (54,92,231). Sum of RGB (Red+Green+Blue) = 54+92+231=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #365CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CE7 is #C9A318. Grayscale: #5F5F5F. Windows color (decimal): -13214489 or 15162422. OLE color: 15162422.
HSL color Cylindrical-coordinate representation of color #365CE7: hue angle of 227.12º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365CE7 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 92 | 231 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.09 |
| HSL | 227.12º | 0.79% | 0.56% | - |
| HSV(B) | 227.12º | 0.77% | 0.91% | - |
| XYZ | 19.77 | 14.21 | 77.3 | - |
| YUV | 96.48 | 203.91 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 231 | 0.77 | 0.60 | 0 | 0.09 | 227.12 | 0.79 | 0.56 |
| Hex | 36 | 5C | E7 | 4D | 3C | 0 | 9 | E3 | 4F | 38 |
| Octal | 66 | 134 | 347 | 115 | 74 | 0 | 11 | 343 | 117 | 70 |
| Binary | 110110 | 1011100 | 11100111 | 1001101 | 111100 | 0 | 1001 | 11100011 | 1001111 | 111000 |
Color Harmonies of #365CE7
Complementary color
Monochromatic Colors of #365CE7
Black with #365CE7
Text Example
Text Example
White with #365CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CE7; }
p { color: rgb(54,92,231); }
H1.HeaderClassName
{
color: #365CE7;
}
.AnyTagClassName
{
color: #365CE7;
}
</style>
background-color css
<style>
a { background-color: #365CE7; }
a { background-color: rgb(54,92,231); }
div.DivClassName
{
background-color: #365CE7;
}
.BgClassName
{
background-color: #365CE7;
}
</style>
border-color css
<style>
span { border-color: #365CE7; }
span { border-color: rgb(54,92,231); }
td.TdClassName
{
border-color: #365CE7;
}
.TagClassName
{
border-color: #365CE7;
}
</style>