Shades of Royal Blue #3277E5
Tints of Royal Blue #3277E5
RGB
CMYK
RGB Variations
Color information
#3277E5 (or 0x3277E5) is known color: Royal Blue. HEX triplet: 32, 77 and E5. RGB value is (50,119,229). Sum of RGB (Red+Green+Blue) = 50+119+229=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #3277E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277E5 is #CD881A. Grayscale: #6E6E6E. Windows color (decimal): -13469723 or 15038258. OLE color: 15038258.
HSL color Cylindrical-coordinate representation of color #3277E5: hue angle of 216.87º 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 #3277E5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 119 | 229 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.10 |
| HSL | 216.87º | 0.77% | 0.55% | - |
| HSV(B) | 216.87º | 0.78% | 0.9% | - |
| XYZ | 22.06 | 19.53 | 76.74 | - |
| YUV | 110.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 229 | 0.78 | 0.48 | 0 | 0.10 | 216.87 | 0.77 | 0.55 |
| Hex | 32 | 77 | E5 | 4E | 30 | 0 | A | D9 | 4D | 37 |
| Octal | 62 | 167 | 345 | 116 | 60 | 0 | 12 | 331 | 115 | 67 |
| Binary | 110010 | 1110111 | 11100101 | 1001110 | 110000 | 0 | 1010 | 11011001 | 1001101 | 110111 |
Color Harmonies of #3277E5
Complementary color
Monochromatic Colors of #3277E5
Black with #3277E5
Text Example
Text Example
White with #3277E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277E5; }
p { color: rgb(50,119,229); }
H1.HeaderClassName
{
color: #3277E5;
}
.AnyTagClassName
{
color: #3277E5;
}
</style>
background-color css
<style>
a { background-color: #3277E5; }
a { background-color: rgb(50,119,229); }
div.DivClassName
{
background-color: #3277E5;
}
.BgClassName
{
background-color: #3277E5;
}
</style>
border-color css
<style>
span { border-color: #3277E5; }
span { border-color: rgb(50,119,229); }
td.TdClassName
{
border-color: #3277E5;
}
.TagClassName
{
border-color: #3277E5;
}
</style>