Shades of Royal Blue #3277DB
Tints of Royal Blue #3277DB
RGB
CMYK
RGB Variations
Color information
#3277DB (or 0x3277DB) is known color: Royal Blue. HEX triplet: 32, 77 and DB. RGB value is (50,119,219). Sum of RGB (Red+Green+Blue) = 50+119+219=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3277DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277DB is #CD8824. Grayscale: #6D6D6D. Windows color (decimal): -13469733 or 14382898. OLE color: 14382898.
HSL color Cylindrical-coordinate representation of color #3277DB: hue angle of 215.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3277DB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 119 | 219 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.14 |
| HSL | 215.5º | 0.7% | 0.53% | - |
| HSV(B) | 215.5º | 0.77% | 0.86% | - |
| XYZ | 20.7 | 18.99 | 69.59 | - |
| YUV | 109.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 219 | 0.77 | 0.46 | 0 | 0.14 | 215.5 | 0.7 | 0.53 |
| Hex | 32 | 77 | DB | 4D | 2E | 0 | E | D8 | 46 | 35 |
| Octal | 62 | 167 | 333 | 115 | 56 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110010 | 1110111 | 11011011 | 1001101 | 101110 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3277DB
Complementary color
Monochromatic Colors of #3277DB
Black with #3277DB
Text Example
Text Example
White with #3277DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277DB; }
p { color: rgb(50,119,219); }
H1.HeaderClassName
{
color: #3277DB;
}
.AnyTagClassName
{
color: #3277DB;
}
</style>
background-color css
<style>
a { background-color: #3277DB; }
a { background-color: rgb(50,119,219); }
div.DivClassName
{
background-color: #3277DB;
}
.BgClassName
{
background-color: #3277DB;
}
</style>
border-color css
<style>
span { border-color: #3277DB; }
span { border-color: rgb(50,119,219); }
td.TdClassName
{
border-color: #3277DB;
}
.TagClassName
{
border-color: #3277DB;
}
</style>