Shades of Royal Blue #3380EA
Tints of Royal Blue #3380EA
RGB
CMYK
RGB Variations
Color information
#3380EA (or 0x3380EA) is known color: Royal Blue. HEX triplet: 33, 80 and EA. RGB value is (51,128,234). Sum of RGB (Red+Green+Blue) = 51+128+234=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #3380EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380EA is #CC7F15. Grayscale: #747474. Windows color (decimal): -13401878 or 15368243. OLE color: 15368243.
HSL color Cylindrical-coordinate representation of color #3380EA: hue angle of 214.75º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3380EA is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 128 | 234 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.08 |
| HSL | 214.75º | 0.81% | 0.56% | - |
| HSV(B) | 214.75º | 0.78% | 0.92% | - |
| XYZ | 23.94 | 22.08 | 80.84 | - |
| YUV | 117.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 234 | 0.78 | 0.45 | 0 | 0.08 | 214.75 | 0.81 | 0.56 |
| Hex | 33 | 80 | EA | 4E | 2D | 0 | 8 | D7 | 51 | 38 |
| Octal | 63 | 200 | 352 | 116 | 55 | 0 | 10 | 327 | 121 | 70 |
| Binary | 110011 | 10000000 | 11101010 | 1001110 | 101101 | 0 | 1000 | 11010111 | 1010001 | 111000 |
Color Harmonies of #3380EA
Complementary color
Monochromatic Colors of #3380EA
Black with #3380EA
Text Example
Text Example
White with #3380EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380EA; }
p { color: rgb(51,128,234); }
H1.HeaderClassName
{
color: #3380EA;
}
.AnyTagClassName
{
color: #3380EA;
}
</style>
background-color css
<style>
a { background-color: #3380EA; }
a { background-color: rgb(51,128,234); }
div.DivClassName
{
background-color: #3380EA;
}
.BgClassName
{
background-color: #3380EA;
}
</style>
border-color css
<style>
span { border-color: #3380EA; }
span { border-color: rgb(51,128,234); }
td.TdClassName
{
border-color: #3380EA;
}
.TagClassName
{
border-color: #3380EA;
}
</style>