Shades of Royal Blue #3277D0
Tints of Royal Blue #3277D0
RGB
CMYK
RGB Variations
Color information
#3277D0 (or 0x3277D0) is known color: Royal Blue. HEX triplet: 32, 77 and D0. RGB value is (50,119,208). Sum of RGB (Red+Green+Blue) = 50+119+208=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #3277D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277D0 is #CD882F. Grayscale: #6C6C6C. Windows color (decimal): -13469744 or 13662002. OLE color: 13662002.
HSL color Cylindrical-coordinate representation of color #3277D0: hue angle of 213.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3277D0 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 119 | 208 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.18 |
| HSL | 213.8º | 0.63% | 0.51% | - |
| HSV(B) | 213.8º | 0.76% | 0.82% | - |
| XYZ | 19.3 | 18.43 | 62.21 | - |
| YUV | 108.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 208 | 0.76 | 0.43 | 0 | 0.18 | 213.8 | 0.63 | 0.51 |
| Hex | 32 | 77 | D0 | 4C | 2B | 0 | 12 | D6 | 3F | 33 |
| Octal | 62 | 167 | 320 | 114 | 53 | 0 | 22 | 326 | 77 | 63 |
| Binary | 110010 | 1110111 | 11010000 | 1001100 | 101011 | 0 | 10010 | 11010110 | 111111 | 110011 |
Color Harmonies of #3277D0
Complementary color
Monochromatic Colors of #3277D0
Black with #3277D0
Text Example
Text Example
White with #3277D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277D0; }
p { color: rgb(50,119,208); }
H1.HeaderClassName
{
color: #3277D0;
}
.AnyTagClassName
{
color: #3277D0;
}
</style>
background-color css
<style>
a { background-color: #3277D0; }
a { background-color: rgb(50,119,208); }
div.DivClassName
{
background-color: #3277D0;
}
.BgClassName
{
background-color: #3277D0;
}
</style>
border-color css
<style>
span { border-color: #3277D0; }
span { border-color: rgb(50,119,208); }
td.TdClassName
{
border-color: #3277D0;
}
.TagClassName
{
border-color: #3277D0;
}
</style>