Shades of Royal Blue #365DDD
Tints of Royal Blue #365DDD
RGB
CMYK
RGB Variations
Color information
#365DDD (or 0x365DDD) is known color: Royal Blue. HEX triplet: 36, 5D and DD. RGB value is (54,93,221). Sum of RGB (Red+Green+Blue) = 54+93+221=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #365DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DDD is #C9A222. Grayscale: #5F5F5F. Windows color (decimal): -13214243 or 14507318. OLE color: 14507318.
HSL color Cylindrical-coordinate representation of color #365DDD: hue angle of 225.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365DDD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 93 | 221 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.13 |
| HSL | 225.99º | 0.71% | 0.54% | - |
| HSV(B) | 225.99º | 0.76% | 0.87% | - |
| XYZ | 18.49 | 13.83 | 70.1 | - |
| YUV | 95.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 221 | 0.76 | 0.58 | 0 | 0.13 | 225.99 | 0.71 | 0.54 |
| Hex | 36 | 5D | DD | 4C | 3A | 0 | D | E2 | 47 | 36 |
| Octal | 66 | 135 | 335 | 114 | 72 | 0 | 15 | 342 | 107 | 66 |
| Binary | 110110 | 1011101 | 11011101 | 1001100 | 111010 | 0 | 1101 | 11100010 | 1000111 | 110110 |
Color Harmonies of #365DDD
Complementary color
Monochromatic Colors of #365DDD
Black with #365DDD
Text Example
Text Example
White with #365DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DDD; }
p { color: rgb(54,93,221); }
H1.HeaderClassName
{
color: #365DDD;
}
.AnyTagClassName
{
color: #365DDD;
}
</style>
background-color css
<style>
a { background-color: #365DDD; }
a { background-color: rgb(54,93,221); }
div.DivClassName
{
background-color: #365DDD;
}
.BgClassName
{
background-color: #365DDD;
}
</style>
border-color css
<style>
span { border-color: #365DDD; }
span { border-color: rgb(54,93,221); }
td.TdClassName
{
border-color: #365DDD;
}
.TagClassName
{
border-color: #365DDD;
}
</style>