Shades of Royal Blue #3066EC
Tints of Royal Blue #3066EC
RGB
CMYK
RGB Variations
Color information
#3066EC (or 0x3066EC) is known color: Royal Blue. HEX triplet: 30, 66 and EC. RGB value is (48,102,236). Sum of RGB (Red+Green+Blue) = 48+102+236=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #3066EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3066EC is #CF9913. Grayscale: #646464. Windows color (decimal): -13605140 or 15492656. OLE color: 15492656.
HSL color Cylindrical-coordinate representation of color #3066EC: hue angle of 222.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3066EC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 102 | 236 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.07 |
| HSL | 222.77º | 0.83% | 0.56% | - |
| HSV(B) | 222.77º | 0.8% | 0.93% | - |
| XYZ | 21.11 | 16.19 | 81.37 | - |
| YUV | 101.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 236 | 0.80 | 0.57 | 0 | 0.07 | 222.77 | 0.83 | 0.56 |
| Hex | 30 | 66 | EC | 50 | 39 | 0 | 7 | DF | 53 | 38 |
| Octal | 60 | 146 | 354 | 120 | 71 | 0 | 7 | 337 | 123 | 70 |
| Binary | 110000 | 1100110 | 11101100 | 1010000 | 111001 | 0 | 111 | 11011111 | 1010011 | 111000 |
Color Harmonies of #3066EC
Complementary color
Monochromatic Colors of #3066EC
Black with #3066EC
Text Example
Text Example
White with #3066EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3066EC; }
p { color: rgb(48,102,236); }
H1.HeaderClassName
{
color: #3066EC;
}
.AnyTagClassName
{
color: #3066EC;
}
</style>
background-color css
<style>
a { background-color: #3066EC; }
a { background-color: rgb(48,102,236); }
div.DivClassName
{
background-color: #3066EC;
}
.BgClassName
{
background-color: #3066EC;
}
</style>
border-color css
<style>
span { border-color: #3066EC; }
span { border-color: rgb(48,102,236); }
td.TdClassName
{
border-color: #3066EC;
}
.TagClassName
{
border-color: #3066EC;
}
</style>