Shades of Royal Blue #366BED
Tints of Royal Blue #366BED
RGB
CMYK
RGB Variations
Color information
#366BED (or 0x366BED) is known color: Royal Blue. HEX triplet: 36, 6B and ED. RGB value is (54,107,237). Sum of RGB (Red+Green+Blue) = 54+107+237=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #366BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BED is #C99412. Grayscale: #696969. Windows color (decimal): -13210643 or 15559478. OLE color: 15559478.
HSL color Cylindrical-coordinate representation of color #366BED: hue angle of 222.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366BED is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 107 | 237 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.07 |
| HSL | 222.62º | 0.84% | 0.57% | - |
| HSV(B) | 222.62º | 0.77% | 0.93% | - |
| XYZ | 22.07 | 17.41 | 82.32 | - |
| YUV | 105.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 237 | 0.77 | 0.55 | 0 | 0.07 | 222.62 | 0.84 | 0.57 |
| Hex | 36 | 6B | ED | 4D | 37 | 0 | 7 | DF | 54 | 39 |
| Octal | 66 | 153 | 355 | 115 | 67 | 0 | 7 | 337 | 124 | 71 |
| Binary | 110110 | 1101011 | 11101101 | 1001101 | 110111 | 0 | 111 | 11011111 | 1010100 | 111001 |
Color Harmonies of #366BED
Complementary color
Monochromatic Colors of #366BED
Black with #366BED
Text Example
Text Example
White with #366BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BED; }
p { color: rgb(54,107,237); }
H1.HeaderClassName
{
color: #366BED;
}
.AnyTagClassName
{
color: #366BED;
}
</style>
background-color css
<style>
a { background-color: #366BED; }
a { background-color: rgb(54,107,237); }
div.DivClassName
{
background-color: #366BED;
}
.BgClassName
{
background-color: #366BED;
}
</style>
border-color css
<style>
span { border-color: #366BED; }
span { border-color: rgb(54,107,237); }
td.TdClassName
{
border-color: #366BED;
}
.TagClassName
{
border-color: #366BED;
}
</style>