Shades of Royal Blue #3278E0
Tints of Royal Blue #3278E0
RGB
CMYK
RGB Variations
Color information
#3278E0 (or 0x3278E0) is known color: Royal Blue. HEX triplet: 32, 78 and E0. RGB value is (50,120,224). Sum of RGB (Red+Green+Blue) = 50+120+224=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #3278E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278E0 is #CD871F. Grayscale: #6E6E6E. Windows color (decimal): -13469472 or 14710834. OLE color: 14710834.
HSL color Cylindrical-coordinate representation of color #3278E0: hue angle of 215.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3278E0 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 120 | 224 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.12 |
| HSL | 215.86º | 0.74% | 0.54% | - |
| HSV(B) | 215.86º | 0.78% | 0.88% | - |
| XYZ | 21.49 | 19.49 | 73.15 | - |
| YUV | 110.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 224 | 0.78 | 0.46 | 0 | 0.12 | 215.86 | 0.74 | 0.54 |
| Hex | 32 | 78 | E0 | 4E | 2E | 0 | C | D8 | 4A | 36 |
| Octal | 62 | 170 | 340 | 116 | 56 | 0 | 14 | 330 | 112 | 66 |
| Binary | 110010 | 1111000 | 11100000 | 1001110 | 101110 | 0 | 1100 | 11011000 | 1001010 | 110110 |
Color Harmonies of #3278E0
Complementary color
Monochromatic Colors of #3278E0
Black with #3278E0
Text Example
Text Example
White with #3278E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278E0; }
p { color: rgb(50,120,224); }
H1.HeaderClassName
{
color: #3278E0;
}
.AnyTagClassName
{
color: #3278E0;
}
</style>
background-color css
<style>
a { background-color: #3278E0; }
a { background-color: rgb(50,120,224); }
div.DivClassName
{
background-color: #3278E0;
}
.BgClassName
{
background-color: #3278E0;
}
</style>
border-color css
<style>
span { border-color: #3278E0; }
span { border-color: rgb(50,120,224); }
td.TdClassName
{
border-color: #3278E0;
}
.TagClassName
{
border-color: #3278E0;
}
</style>