Shades of Royal Blue #3666E0
Tints of Royal Blue #3666E0
RGB
CMYK
RGB Variations
Color information
#3666E0 (or 0x3666E0) is known color: Royal Blue. HEX triplet: 36, 66 and E0. RGB value is (54,102,224). Sum of RGB (Red+Green+Blue) = 54+102+224=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #3666E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666E0 is #C9991F. Grayscale: #656565. Windows color (decimal): -13211936 or 14706230. OLE color: 14706230.
HSL color Cylindrical-coordinate representation of color #3666E0: hue angle of 223.06º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3666E0 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 102 | 224 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.12 |
| HSL | 223.06º | 0.73% | 0.55% | - |
| HSV(B) | 223.06º | 0.76% | 0.88% | - |
| XYZ | 19.73 | 15.67 | 72.51 | - |
| YUV | 101.56 | 197.1 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 224 | 0.76 | 0.54 | 0 | 0.12 | 223.06 | 0.73 | 0.55 |
| Hex | 36 | 66 | E0 | 4C | 36 | 0 | C | DF | 49 | 37 |
| Octal | 66 | 146 | 340 | 114 | 66 | 0 | 14 | 337 | 111 | 67 |
| Binary | 110110 | 1100110 | 11100000 | 1001100 | 110110 | 0 | 1100 | 11011111 | 1001001 | 110111 |
Color Harmonies of #3666E0
Complementary color
Monochromatic Colors of #3666E0
Black with #3666E0
Text Example
Text Example
White with #3666E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666E0; }
p { color: rgb(54,102,224); }
H1.HeaderClassName
{
color: #3666E0;
}
.AnyTagClassName
{
color: #3666E0;
}
</style>
background-color css
<style>
a { background-color: #3666E0; }
a { background-color: rgb(54,102,224); }
div.DivClassName
{
background-color: #3666E0;
}
.BgClassName
{
background-color: #3666E0;
}
</style>
border-color css
<style>
span { border-color: #3666E0; }
span { border-color: rgb(54,102,224); }
td.TdClassName
{
border-color: #3666E0;
}
.TagClassName
{
border-color: #3666E0;
}
</style>