Shades of Royal Blue #366ACF
Tints of Royal Blue #366ACF
RGB
CMYK
RGB Variations
Color information
#366ACF (or 0x366ACF) is known color: Royal Blue. HEX triplet: 36, 6A and CF. RGB value is (54,106,207). Sum of RGB (Red+Green+Blue) = 54+106+207=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #366ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ACF is #C99530. Grayscale: #656565. Windows color (decimal): -13210929 or 13593142. OLE color: 13593142.
HSL color Cylindrical-coordinate representation of color #366ACF: hue angle of 219.61º 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 #366ACF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 106 | 207 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.19 |
| HSL | 219.61º | 0.61% | 0.51% | - |
| HSV(B) | 219.61º | 0.74% | 0.81% | - |
| XYZ | 17.94 | 15.6 | 61.1 | - |
| YUV | 101.97 | 187.27 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 207 | 0.74 | 0.49 | 0 | 0.19 | 219.61 | 0.61 | 0.51 |
| Hex | 36 | 6A | CF | 4A | 31 | 0 | 13 | DC | 3D | 33 |
| Octal | 66 | 152 | 317 | 112 | 61 | 0 | 23 | 334 | 75 | 63 |
| Binary | 110110 | 1101010 | 11001111 | 1001010 | 110001 | 0 | 10011 | 11011100 | 111101 | 110011 |
Color Harmonies of #366ACF
Complementary color
Monochromatic Colors of #366ACF
Black with #366ACF
Text Example
Text Example
White with #366ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ACF; }
p { color: rgb(54,106,207); }
H1.HeaderClassName
{
color: #366ACF;
}
.AnyTagClassName
{
color: #366ACF;
}
</style>
background-color css
<style>
a { background-color: #366ACF; }
a { background-color: rgb(54,106,207); }
div.DivClassName
{
background-color: #366ACF;
}
.BgClassName
{
background-color: #366ACF;
}
</style>
border-color css
<style>
span { border-color: #366ACF; }
span { border-color: rgb(54,106,207); }
td.TdClassName
{
border-color: #366ACF;
}
.TagClassName
{
border-color: #366ACF;
}
</style>