Shades of Royal Blue #3279E5
Tints of Royal Blue #3279E5
RGB
CMYK
RGB Variations
Color information
#3279E5 (or 0x3279E5) is known color: Royal Blue. HEX triplet: 32, 79 and E5. RGB value is (50,121,229). Sum of RGB (Red+Green+Blue) = 50+121+229=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #3279E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3279E5 is #CD861A. Grayscale: #6F6F6F. Windows color (decimal): -13469211 or 15038770. OLE color: 15038770.
HSL color Cylindrical-coordinate representation of color #3279E5: hue angle of 216.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3279E5 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 121 | 229 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.10 |
| HSL | 216.2º | 0.77% | 0.55% | - |
| HSV(B) | 216.2º | 0.78% | 0.9% | - |
| XYZ | 22.3 | 20.01 | 76.82 | - |
| YUV | 112.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 229 | 0.78 | 0.47 | 0 | 0.10 | 216.2 | 0.77 | 0.55 |
| Hex | 32 | 79 | E5 | 4E | 2F | 0 | A | D8 | 4D | 37 |
| Octal | 62 | 171 | 345 | 116 | 57 | 0 | 12 | 330 | 115 | 67 |
| Binary | 110010 | 1111001 | 11100101 | 1001110 | 101111 | 0 | 1010 | 11011000 | 1001101 | 110111 |
Color Harmonies of #3279E5
Complementary color
Monochromatic Colors of #3279E5
Black with #3279E5
Text Example
Text Example
White with #3279E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3279E5; }
p { color: rgb(50,121,229); }
H1.HeaderClassName
{
color: #3279E5;
}
.AnyTagClassName
{
color: #3279E5;
}
</style>
background-color css
<style>
a { background-color: #3279E5; }
a { background-color: rgb(50,121,229); }
div.DivClassName
{
background-color: #3279E5;
}
.BgClassName
{
background-color: #3279E5;
}
</style>
border-color css
<style>
span { border-color: #3279E5; }
span { border-color: rgb(50,121,229); }
td.TdClassName
{
border-color: #3279E5;
}
.TagClassName
{
border-color: #3279E5;
}
</style>