Shades of Royal Blue #3666CF
Tints of Royal Blue #3666CF
RGB
CMYK
RGB Variations
Color information
#3666CF (or 0x3666CF) is known color: Royal Blue. HEX triplet: 36, 66 and CF. RGB value is (54,102,207). Sum of RGB (Red+Green+Blue) = 54+102+207=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #3666CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666CF is #C99930. Grayscale: #636363. Windows color (decimal): -13211953 or 13592118. OLE color: 13592118.
HSL color Cylindrical-coordinate representation of color #3666CF: hue angle of 221.18º 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 #3666CF is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 102 | 207 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.19 |
| HSL | 221.18º | 0.61% | 0.51% | - |
| HSV(B) | 221.18º | 0.74% | 0.81% | - |
| XYZ | 17.54 | 14.79 | 60.96 | - |
| YUV | 99.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 207 | 0.74 | 0.51 | 0 | 0.19 | 221.18 | 0.61 | 0.51 |
| Hex | 36 | 66 | CF | 4A | 33 | 0 | 13 | DD | 3D | 33 |
| Octal | 66 | 146 | 317 | 112 | 63 | 0 | 23 | 335 | 75 | 63 |
| Binary | 110110 | 1100110 | 11001111 | 1001010 | 110011 | 0 | 10011 | 11011101 | 111101 | 110011 |
Color Harmonies of #3666CF
Complementary color
Monochromatic Colors of #3666CF
Black with #3666CF
Text Example
Text Example
White with #3666CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666CF; }
p { color: rgb(54,102,207); }
H1.HeaderClassName
{
color: #3666CF;
}
.AnyTagClassName
{
color: #3666CF;
}
</style>
background-color css
<style>
a { background-color: #3666CF; }
a { background-color: rgb(54,102,207); }
div.DivClassName
{
background-color: #3666CF;
}
.BgClassName
{
background-color: #3666CF;
}
</style>
border-color css
<style>
span { border-color: #3666CF; }
span { border-color: rgb(54,102,207); }
td.TdClassName
{
border-color: #3666CF;
}
.TagClassName
{
border-color: #3666CF;
}
</style>