Shades of Royal Blue #3272DD
Tints of Royal Blue #3272DD
RGB
CMYK
RGB Variations
Color information
#3272DD (or 0x3272DD) is known color: Royal Blue. HEX triplet: 32, 72 and DD. RGB value is (50,114,221). Sum of RGB (Red+Green+Blue) = 50+114+221=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #3272DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272DD is #CD8D22. Grayscale: #6A6A6A. Windows color (decimal): -13471011 or 14512690. OLE color: 14512690.
HSL color Cylindrical-coordinate representation of color #3272DD: hue angle of 217.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3272DD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 114 | 221 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.13 |
| HSL | 217.54º | 0.72% | 0.53% | - |
| HSV(B) | 217.54º | 0.77% | 0.87% | - |
| XYZ | 20.38 | 17.93 | 70.79 | - |
| YUV | 107.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 221 | 0.77 | 0.48 | 0 | 0.13 | 217.54 | 0.72 | 0.53 |
| Hex | 32 | 72 | DD | 4D | 30 | 0 | D | DA | 48 | 35 |
| Octal | 62 | 162 | 335 | 115 | 60 | 0 | 15 | 332 | 110 | 65 |
| Binary | 110010 | 1110010 | 11011101 | 1001101 | 110000 | 0 | 1101 | 11011010 | 1001000 | 110101 |
Color Harmonies of #3272DD
Complementary color
Monochromatic Colors of #3272DD
Black with #3272DD
Text Example
Text Example
White with #3272DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272DD; }
p { color: rgb(50,114,221); }
H1.HeaderClassName
{
color: #3272DD;
}
.AnyTagClassName
{
color: #3272DD;
}
</style>
background-color css
<style>
a { background-color: #3272DD; }
a { background-color: rgb(50,114,221); }
div.DivClassName
{
background-color: #3272DD;
}
.BgClassName
{
background-color: #3272DD;
}
</style>
border-color css
<style>
span { border-color: #3272DD; }
span { border-color: rgb(50,114,221); }
td.TdClassName
{
border-color: #3272DD;
}
.TagClassName
{
border-color: #3272DD;
}
</style>