Shades of Royal Blue #3254DD
Tints of Royal Blue #3254DD
RGB
CMYK
RGB Variations
Color information
#3254DD (or 0x3254DD) is known color: Royal Blue. HEX triplet: 32, 54 and DD. RGB value is (50,84,221). Sum of RGB (Red+Green+Blue) = 50+84+221=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #3254DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254DD is #CDAB22. Grayscale: #585858. Windows color (decimal): -13478691 or 14505010. OLE color: 14505010.
HSL color Cylindrical-coordinate representation of color #3254DD: hue angle of 228.07º 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 #3254DD is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 84 | 221 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.13 |
| HSL | 228.07º | 0.72% | 0.53% | - |
| HSV(B) | 228.07º | 0.77% | 0.87% | - |
| XYZ | 17.54 | 12.24 | 69.84 | - |
| YUV | 89.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 221 | 0.77 | 0.62 | 0 | 0.13 | 228.07 | 0.72 | 0.53 |
| Hex | 32 | 54 | DD | 4D | 3E | 0 | D | E4 | 48 | 35 |
| Octal | 62 | 124 | 335 | 115 | 76 | 0 | 15 | 344 | 110 | 65 |
| Binary | 110010 | 1010100 | 11011101 | 1001101 | 111110 | 0 | 1101 | 11100100 | 1001000 | 110101 |
Color Harmonies of #3254DD
Complementary color
Monochromatic Colors of #3254DD
Black with #3254DD
Text Example
Text Example
White with #3254DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254DD; }
p { color: rgb(50,84,221); }
H1.HeaderClassName
{
color: #3254DD;
}
.AnyTagClassName
{
color: #3254DD;
}
</style>
background-color css
<style>
a { background-color: #3254DD; }
a { background-color: rgb(50,84,221); }
div.DivClassName
{
background-color: #3254DD;
}
.BgClassName
{
background-color: #3254DD;
}
</style>
border-color css
<style>
span { border-color: #3254DD; }
span { border-color: rgb(50,84,221); }
td.TdClassName
{
border-color: #3254DD;
}
.TagClassName
{
border-color: #3254DD;
}
</style>