Shades of Royal Blue #3380EC
Tints of Royal Blue #3380EC
RGB
CMYK
RGB Variations
Color information
#3380EC (or 0x3380EC) is known color: Royal Blue. HEX triplet: 33, 80 and EC. RGB value is (51,128,236). Sum of RGB (Red+Green+Blue) = 51+128+236=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #3380EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380EC is #CC7F13. Grayscale: #747474. Windows color (decimal): -13401876 or 15499315. OLE color: 15499315.
HSL color Cylindrical-coordinate representation of color #3380EC: hue angle of 215.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3380EC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 128 | 236 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.07 |
| HSL | 215.03º | 0.83% | 0.56% | - |
| HSV(B) | 215.03º | 0.78% | 0.93% | - |
| XYZ | 24.22 | 22.2 | 82.36 | - |
| YUV | 117.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 236 | 0.78 | 0.46 | 0 | 0.07 | 215.03 | 0.83 | 0.56 |
| Hex | 33 | 80 | EC | 4E | 2E | 0 | 7 | D7 | 53 | 38 |
| Octal | 63 | 200 | 354 | 116 | 56 | 0 | 7 | 327 | 123 | 70 |
| Binary | 110011 | 10000000 | 11101100 | 1001110 | 101110 | 0 | 111 | 11010111 | 1010011 | 111000 |
Color Harmonies of #3380EC
Complementary color
Monochromatic Colors of #3380EC
Black with #3380EC
Text Example
Text Example
White with #3380EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380EC; }
p { color: rgb(51,128,236); }
H1.HeaderClassName
{
color: #3380EC;
}
.AnyTagClassName
{
color: #3380EC;
}
</style>
background-color css
<style>
a { background-color: #3380EC; }
a { background-color: rgb(51,128,236); }
div.DivClassName
{
background-color: #3380EC;
}
.BgClassName
{
background-color: #3380EC;
}
</style>
border-color css
<style>
span { border-color: #3380EC; }
span { border-color: rgb(51,128,236); }
td.TdClassName
{
border-color: #3380EC;
}
.TagClassName
{
border-color: #3380EC;
}
</style>