Shades of Royal Blue #366BCF
Tints of Royal Blue #366BCF
RGB
CMYK
RGB Variations
Color information
#366BCF (or 0x366BCF) is known color: Royal Blue. HEX triplet: 36, 6B and CF. RGB value is (54,107,207). Sum of RGB (Red+Green+Blue) = 54+107+207=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #366BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BCF is #C99430. Grayscale: #666666. Windows color (decimal): -13210673 or 13593398. OLE color: 13593398.
HSL color Cylindrical-coordinate representation of color #366BCF: hue angle of 219.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366BCF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 107 | 207 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.19 |
| HSL | 219.22º | 0.61% | 0.51% | - |
| HSV(B) | 219.22º | 0.74% | 0.81% | - |
| XYZ | 18.04 | 15.8 | 61.13 | - |
| YUV | 102.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 207 | 0.74 | 0.48 | 0 | 0.19 | 219.22 | 0.61 | 0.51 |
| Hex | 36 | 6B | CF | 4A | 30 | 0 | 13 | DB | 3D | 33 |
| Octal | 66 | 153 | 317 | 112 | 60 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110110 | 1101011 | 11001111 | 1001010 | 110000 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #366BCF
Complementary color
Monochromatic Colors of #366BCF
Black with #366BCF
Text Example
Text Example
White with #366BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BCF; }
p { color: rgb(54,107,207); }
H1.HeaderClassName
{
color: #366BCF;
}
.AnyTagClassName
{
color: #366BCF;
}
</style>
background-color css
<style>
a { background-color: #366BCF; }
a { background-color: rgb(54,107,207); }
div.DivClassName
{
background-color: #366BCF;
}
.BgClassName
{
background-color: #366BCF;
}
</style>
border-color css
<style>
span { border-color: #366BCF; }
span { border-color: rgb(54,107,207); }
td.TdClassName
{
border-color: #366BCF;
}
.TagClassName
{
border-color: #366BCF;
}
</style>