Shades of Royal Blue #3277D3
Tints of Royal Blue #3277D3
RGB
CMYK
RGB Variations
Color information
#3277D3 (or 0x3277D3) is known color: Royal Blue. HEX triplet: 32, 77 and D3. RGB value is (50,119,211). Sum of RGB (Red+Green+Blue) = 50+119+211=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #3277D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277D3 is #CD882C. Grayscale: #6C6C6C. Windows color (decimal): -13469741 or 13858610. OLE color: 13858610.
HSL color Cylindrical-coordinate representation of color #3277D3: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3277D3 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 119 | 211 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.17 |
| HSL | 214.29º | 0.65% | 0.51% | - |
| HSV(B) | 214.29º | 0.76% | 0.83% | - |
| XYZ | 19.67 | 18.57 | 64.18 | - |
| YUV | 108.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 211 | 0.76 | 0.44 | 0 | 0.17 | 214.29 | 0.65 | 0.51 |
| Hex | 32 | 77 | D3 | 4C | 2C | 0 | 11 | D6 | 41 | 33 |
| Octal | 62 | 167 | 323 | 114 | 54 | 0 | 21 | 326 | 101 | 63 |
| Binary | 110010 | 1110111 | 11010011 | 1001100 | 101100 | 0 | 10001 | 11010110 | 1000001 | 110011 |
Color Harmonies of #3277D3
Complementary color
Monochromatic Colors of #3277D3
Black with #3277D3
Text Example
Text Example
White with #3277D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277D3; }
p { color: rgb(50,119,211); }
H1.HeaderClassName
{
color: #3277D3;
}
.AnyTagClassName
{
color: #3277D3;
}
</style>
background-color css
<style>
a { background-color: #3277D3; }
a { background-color: rgb(50,119,211); }
div.DivClassName
{
background-color: #3277D3;
}
.BgClassName
{
background-color: #3277D3;
}
</style>
border-color css
<style>
span { border-color: #3277D3; }
span { border-color: rgb(50,119,211); }
td.TdClassName
{
border-color: #3277D3;
}
.TagClassName
{
border-color: #3277D3;
}
</style>