Shades of Royal Blue #365BDC
Tints of Royal Blue #365BDC
RGB
CMYK
RGB Variations
Color information
#365BDC (or 0x365BDC) is known color: Royal Blue. HEX triplet: 36, 5B and DC. RGB value is (54,91,220). Sum of RGB (Red+Green+Blue) = 54+91+220=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #365BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BDC is #C9A423. Grayscale: #5E5E5E. Windows color (decimal): -13214756 or 14441270. OLE color: 14441270.
HSL color Cylindrical-coordinate representation of color #365BDC: hue angle of 226.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365BDC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 91 | 220 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.14 |
| HSL | 226.63º | 0.7% | 0.54% | - |
| HSV(B) | 226.63º | 0.75% | 0.86% | - |
| XYZ | 18.18 | 13.43 | 69.34 | - |
| YUV | 94.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 220 | 0.75 | 0.59 | 0 | 0.14 | 226.63 | 0.7 | 0.54 |
| Hex | 36 | 5B | DC | 4B | 3B | 0 | E | E3 | 46 | 36 |
| Octal | 66 | 133 | 334 | 113 | 73 | 0 | 16 | 343 | 106 | 66 |
| Binary | 110110 | 1011011 | 11011100 | 1001011 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #365BDC
Complementary color
Monochromatic Colors of #365BDC
Black with #365BDC
Text Example
Text Example
White with #365BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BDC; }
p { color: rgb(54,91,220); }
H1.HeaderClassName
{
color: #365BDC;
}
.AnyTagClassName
{
color: #365BDC;
}
</style>
background-color css
<style>
a { background-color: #365BDC; }
a { background-color: rgb(54,91,220); }
div.DivClassName
{
background-color: #365BDC;
}
.BgClassName
{
background-color: #365BDC;
}
</style>
border-color css
<style>
span { border-color: #365BDC; }
span { border-color: rgb(54,91,220); }
td.TdClassName
{
border-color: #365BDC;
}
.TagClassName
{
border-color: #365BDC;
}
</style>