Shades of Royal Blue #366CEA
Tints of Royal Blue #366CEA
RGB
CMYK
RGB Variations
Color information
#366CEA (or 0x366CEA) is known color: Royal Blue. HEX triplet: 36, 6C and EA. RGB value is (54,108,234). Sum of RGB (Red+Green+Blue) = 54+108+234=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #366CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CEA is #C99315. Grayscale: #696969. Windows color (decimal): -13210390 or 15363126. OLE color: 15363126.
HSL color Cylindrical-coordinate representation of color #366CEA: hue angle of 222º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366CEA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 108 | 234 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.08 |
| HSL | 222º | 0.81% | 0.56% | - |
| HSV(B) | 222º | 0.77% | 0.92% | - |
| XYZ | 21.74 | 17.45 | 80.06 | - |
| YUV | 106.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 234 | 0.77 | 0.54 | 0 | 0.08 | 222 | 0.81 | 0.56 |
| Hex | 36 | 6C | EA | 4D | 36 | 0 | 8 | DE | 51 | 38 |
| Octal | 66 | 154 | 352 | 115 | 66 | 0 | 10 | 336 | 121 | 70 |
| Binary | 110110 | 1101100 | 11101010 | 1001101 | 110110 | 0 | 1000 | 11011110 | 1010001 | 111000 |
Color Harmonies of #366CEA
Complementary color
Monochromatic Colors of #366CEA
Black with #366CEA
Text Example
Text Example
White with #366CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CEA; }
p { color: rgb(54,108,234); }
H1.HeaderClassName
{
color: #366CEA;
}
.AnyTagClassName
{
color: #366CEA;
}
</style>
background-color css
<style>
a { background-color: #366CEA; }
a { background-color: rgb(54,108,234); }
div.DivClassName
{
background-color: #366CEA;
}
.BgClassName
{
background-color: #366CEA;
}
</style>
border-color css
<style>
span { border-color: #366CEA; }
span { border-color: rgb(54,108,234); }
td.TdClassName
{
border-color: #366CEA;
}
.TagClassName
{
border-color: #366CEA;
}
</style>