Shades of Royal Blue #3666FF
Tints of Royal Blue #3666FF
RGB
CMYK
RGB Variations
Color information
#3666FF (or 0x3666FF) is known color: Royal Blue. HEX triplet: 36, 66 and FF. RGB value is (54,102,255). Sum of RGB (Red+Green+Blue) = 54+102+255=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #3666FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3666FF is #C99900. Grayscale: #686868. Windows color (decimal): -13211905 or 16737846. OLE color: 16737846.
HSL color Cylindrical-coordinate representation of color #3666FF: hue angle of 225.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3666FF is Cyan = 0.79, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 102 | 255 | - |
| CMYK | 0.79 | 0.6 | 0 | 0 |
| HSL | 225.67º | 1% | 0.61% | - |
| HSV(B) | 225.67º | 0.79% | 1% | - |
| XYZ | 24.32 | 17.51 | 96.7 | - |
| YUV | 105.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 255 | 0.79 | 0.6 | 0 | 0 | 225.67 | 1 | 0.61 |
| Hex | 36 | 66 | FF | 4F | 3C | 0 | 0 | E2 | 64 | 3D |
| Octal | 66 | 146 | 377 | 117 | 74 | 0 | 0 | 342 | 144 | 75 |
| Binary | 110110 | 1100110 | 11111111 | 1001111 | 111100 | 0 | 0 | 11100010 | 1100100 | 111101 |
Color Harmonies of #3666FF
Complementary color
Monochromatic Colors of #3666FF
Black with #3666FF
Text Example
Text Example
White with #3666FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666FF; }
p { color: rgb(54,102,255); }
H1.HeaderClassName
{
color: #3666FF;
}
.AnyTagClassName
{
color: #3666FF;
}
</style>
background-color css
<style>
a { background-color: #3666FF; }
a { background-color: rgb(54,102,255); }
div.DivClassName
{
background-color: #3666FF;
}
.BgClassName
{
background-color: #3666FF;
}
</style>
border-color css
<style>
span { border-color: #3666FF; }
span { border-color: rgb(54,102,255); }
td.TdClassName
{
border-color: #3666FF;
}
.TagClassName
{
border-color: #3666FF;
}
</style>