Shades of Royal Blue #366CEE
Tints of Royal Blue #366CEE
RGB
CMYK
RGB Variations
Color information
#366CEE (or 0x366CEE) is known color: Royal Blue. HEX triplet: 36, 6C and EE. RGB value is (54,108,238). Sum of RGB (Red+Green+Blue) = 54+108+238=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #366CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CEE is #C99311. Grayscale: #6A6A6A. Windows color (decimal): -13210386 or 15625270. OLE color: 15625270.
HSL color Cylindrical-coordinate representation of color #366CEE: hue angle of 222.39º 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 #366CEE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 108 | 238 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.07 |
| HSL | 222.39º | 0.84% | 0.57% | - |
| HSV(B) | 222.39º | 0.77% | 0.93% | - |
| XYZ | 22.32 | 17.68 | 83.13 | - |
| YUV | 106.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 238 | 0.77 | 0.55 | 0 | 0.07 | 222.39 | 0.84 | 0.57 |
| Hex | 36 | 6C | EE | 4D | 37 | 0 | 7 | DE | 54 | 39 |
| Octal | 66 | 154 | 356 | 115 | 67 | 0 | 7 | 336 | 124 | 71 |
| Binary | 110110 | 1101100 | 11101110 | 1001101 | 110111 | 0 | 111 | 11011110 | 1010100 | 111001 |
Color Harmonies of #366CEE
Complementary color
Monochromatic Colors of #366CEE
Black with #366CEE
Text Example
Text Example
White with #366CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CEE; }
p { color: rgb(54,108,238); }
H1.HeaderClassName
{
color: #366CEE;
}
.AnyTagClassName
{
color: #366CEE;
}
</style>
background-color css
<style>
a { background-color: #366CEE; }
a { background-color: rgb(54,108,238); }
div.DivClassName
{
background-color: #366CEE;
}
.BgClassName
{
background-color: #366CEE;
}
</style>
border-color css
<style>
span { border-color: #366CEE; }
span { border-color: rgb(54,108,238); }
td.TdClassName
{
border-color: #366CEE;
}
.TagClassName
{
border-color: #366CEE;
}
</style>