Shades of Royal Blue #366FDA
Tints of Royal Blue #366FDA
RGB
CMYK
RGB Variations
Color information
#366FDA (or 0x366FDA) is known color: Royal Blue. HEX triplet: 36, 6F and DA. RGB value is (54,111,218). Sum of RGB (Red+Green+Blue) = 54+111+218=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #366FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FDA is #C99025. Grayscale: #696969. Windows color (decimal): -13209638 or 14315318. OLE color: 14315318.
HSL color Cylindrical-coordinate representation of color #366FDA: hue angle of 219.15º 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 #366FDA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 111 | 218 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.15 |
| HSL | 219.15º | 0.69% | 0.53% | - |
| HSV(B) | 219.15º | 0.75% | 0.85% | - |
| XYZ | 19.86 | 17.22 | 68.61 | - |
| YUV | 106.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 218 | 0.75 | 0.49 | 0 | 0.15 | 219.15 | 0.69 | 0.53 |
| Hex | 36 | 6F | DA | 4B | 31 | 0 | F | DB | 45 | 35 |
| Octal | 66 | 157 | 332 | 113 | 61 | 0 | 17 | 333 | 105 | 65 |
| Binary | 110110 | 1101111 | 11011010 | 1001011 | 110001 | 0 | 1111 | 11011011 | 1000101 | 110101 |
Color Harmonies of #366FDA
Complementary color
Monochromatic Colors of #366FDA
Black with #366FDA
Text Example
Text Example
White with #366FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FDA; }
p { color: rgb(54,111,218); }
H1.HeaderClassName
{
color: #366FDA;
}
.AnyTagClassName
{
color: #366FDA;
}
</style>
background-color css
<style>
a { background-color: #366FDA; }
a { background-color: rgb(54,111,218); }
div.DivClassName
{
background-color: #366FDA;
}
.BgClassName
{
background-color: #366FDA;
}
</style>
border-color css
<style>
span { border-color: #366FDA; }
span { border-color: rgb(54,111,218); }
td.TdClassName
{
border-color: #366FDA;
}
.TagClassName
{
border-color: #366FDA;
}
</style>