Shades of Royal Blue #366FCB
Tints of Royal Blue #366FCB
RGB
CMYK
RGB Variations
Color information
#366FCB (or 0x366FCB) is known color: Royal Blue. HEX triplet: 36, 6F and CB. RGB value is (54,111,203). Sum of RGB (Red+Green+Blue) = 54+111+203=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #366FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FCB is #C99034. Grayscale: #686868. Windows color (decimal): -13209653 or 13332278. OLE color: 13332278.
HSL color Cylindrical-coordinate representation of color #366FCB: hue angle of 217.05º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366FCB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 111 | 203 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.20 |
| HSL | 217.05º | 0.59% | 0.5% | - |
| HSV(B) | 217.05º | 0.73% | 0.8% | - |
| XYZ | 17.99 | 16.46 | 58.73 | - |
| YUV | 104.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 203 | 0.73 | 0.45 | 0 | 0.20 | 217.05 | 0.59 | 0.5 |
| Hex | 36 | 6F | CB | 49 | 2D | 0 | 14 | D9 | 3B | 32 |
| Octal | 66 | 157 | 313 | 111 | 55 | 0 | 24 | 331 | 73 | 62 |
| Binary | 110110 | 1101111 | 11001011 | 1001001 | 101101 | 0 | 10100 | 11011001 | 111011 | 110010 |
Color Harmonies of #366FCB
Complementary color
Monochromatic Colors of #366FCB
Black with #366FCB
Text Example
Text Example
White with #366FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FCB; }
p { color: rgb(54,111,203); }
H1.HeaderClassName
{
color: #366FCB;
}
.AnyTagClassName
{
color: #366FCB;
}
</style>
background-color css
<style>
a { background-color: #366FCB; }
a { background-color: rgb(54,111,203); }
div.DivClassName
{
background-color: #366FCB;
}
.BgClassName
{
background-color: #366FCB;
}
</style>
border-color css
<style>
span { border-color: #366FCB; }
span { border-color: rgb(54,111,203); }
td.TdClassName
{
border-color: #366FCB;
}
.TagClassName
{
border-color: #366FCB;
}
</style>