Shades of Royal Blue #366BCA
Tints of Royal Blue #366BCA
RGB
CMYK
RGB Variations
Color information
#366BCA (or 0x366BCA) is known color: Royal Blue. HEX triplet: 36, 6B and CA. RGB value is (54,107,202). Sum of RGB (Red+Green+Blue) = 54+107+202=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #366BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BCA is #C99435. Grayscale: #656565. Windows color (decimal): -13210678 or 13265718. OLE color: 13265718.
HSL color Cylindrical-coordinate representation of color #366BCA: hue angle of 218.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366BCA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 107 | 202 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.21 |
| HSL | 218.51º | 0.58% | 0.5% | - |
| HSV(B) | 218.51º | 0.73% | 0.79% | - |
| XYZ | 17.44 | 15.56 | 57.96 | - |
| YUV | 101.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 202 | 0.73 | 0.47 | 0 | 0.21 | 218.51 | 0.58 | 0.5 |
| Hex | 36 | 6B | CA | 49 | 2F | 0 | 15 | DB | 3A | 32 |
| Octal | 66 | 153 | 312 | 111 | 57 | 0 | 25 | 333 | 72 | 62 |
| Binary | 110110 | 1101011 | 11001010 | 1001001 | 101111 | 0 | 10101 | 11011011 | 111010 | 110010 |
Color Harmonies of #366BCA
Complementary color
Monochromatic Colors of #366BCA
Black with #366BCA
Text Example
Text Example
White with #366BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BCA; }
p { color: rgb(54,107,202); }
H1.HeaderClassName
{
color: #366BCA;
}
.AnyTagClassName
{
color: #366BCA;
}
</style>
background-color css
<style>
a { background-color: #366BCA; }
a { background-color: rgb(54,107,202); }
div.DivClassName
{
background-color: #366BCA;
}
.BgClassName
{
background-color: #366BCA;
}
</style>
border-color css
<style>
span { border-color: #366BCA; }
span { border-color: rgb(54,107,202); }
td.TdClassName
{
border-color: #366BCA;
}
.TagClassName
{
border-color: #366BCA;
}
</style>