Shades of Royal Blue #365CDA
Tints of Royal Blue #365CDA
RGB
CMYK
RGB Variations
Color information
#365CDA (or 0x365CDA) is known color: Royal Blue. HEX triplet: 36, 5C and DA. RGB value is (54,92,218). Sum of RGB (Red+Green+Blue) = 54+92+218=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #365CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CDA is #C9A325. Grayscale: #5E5E5E. Windows color (decimal): -13214502 or 14310454. OLE color: 14310454.
HSL color Cylindrical-coordinate representation of color #365CDA: hue angle of 226.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365CDA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 92 | 218 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.15 |
| HSL | 226.1º | 0.69% | 0.53% | - |
| HSV(B) | 226.1º | 0.75% | 0.85% | - |
| XYZ | 18 | 13.5 | 67.99 | - |
| YUV | 95 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 218 | 0.75 | 0.58 | 0 | 0.15 | 226.1 | 0.69 | 0.53 |
| Hex | 36 | 5C | DA | 4B | 3A | 0 | F | E2 | 45 | 35 |
| Octal | 66 | 134 | 332 | 113 | 72 | 0 | 17 | 342 | 105 | 65 |
| Binary | 110110 | 1011100 | 11011010 | 1001011 | 111010 | 0 | 1111 | 11100010 | 1000101 | 110101 |
Color Harmonies of #365CDA
Complementary color
Monochromatic Colors of #365CDA
Black with #365CDA
Text Example
Text Example
White with #365CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CDA; }
p { color: rgb(54,92,218); }
H1.HeaderClassName
{
color: #365CDA;
}
.AnyTagClassName
{
color: #365CDA;
}
</style>
background-color css
<style>
a { background-color: #365CDA; }
a { background-color: rgb(54,92,218); }
div.DivClassName
{
background-color: #365CDA;
}
.BgClassName
{
background-color: #365CDA;
}
</style>
border-color css
<style>
span { border-color: #365CDA; }
span { border-color: rgb(54,92,218); }
td.TdClassName
{
border-color: #365CDA;
}
.TagClassName
{
border-color: #365CDA;
}
</style>