Shades of Royal Blue #3254DC
Tints of Royal Blue #3254DC
RGB
CMYK
RGB Variations
Color information
#3254DC (or 0x3254DC) is known color: Royal Blue. HEX triplet: 32, 54 and DC. RGB value is (50,84,220). Sum of RGB (Red+Green+Blue) = 50+84+220=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3254DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254DC is #CDAB23. Grayscale: #585858. Windows color (decimal): -13478692 or 14439474. OLE color: 14439474.
HSL color Cylindrical-coordinate representation of color #3254DC: hue angle of 228º degrees, saturation: 0.71, 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 #3254DC is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 84 | 220 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.14 |
| HSL | 228º | 0.71% | 0.53% | - |
| HSV(B) | 228º | 0.77% | 0.86% | - |
| XYZ | 17.4 | 12.19 | 69.15 | - |
| YUV | 89.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 220 | 0.77 | 0.62 | 0 | 0.14 | 228 | 0.71 | 0.53 |
| Hex | 32 | 54 | DC | 4D | 3E | 0 | E | E4 | 47 | 35 |
| Octal | 62 | 124 | 334 | 115 | 76 | 0 | 16 | 344 | 107 | 65 |
| Binary | 110010 | 1010100 | 11011100 | 1001101 | 111110 | 0 | 1110 | 11100100 | 1000111 | 110101 |
Color Harmonies of #3254DC
Complementary color
Monochromatic Colors of #3254DC
Black with #3254DC
Text Example
Text Example
White with #3254DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254DC; }
p { color: rgb(50,84,220); }
H1.HeaderClassName
{
color: #3254DC;
}
.AnyTagClassName
{
color: #3254DC;
}
</style>
background-color css
<style>
a { background-color: #3254DC; }
a { background-color: rgb(50,84,220); }
div.DivClassName
{
background-color: #3254DC;
}
.BgClassName
{
background-color: #3254DC;
}
</style>
border-color css
<style>
span { border-color: #3254DC; }
span { border-color: rgb(50,84,220); }
td.TdClassName
{
border-color: #3254DC;
}
.TagClassName
{
border-color: #3254DC;
}
</style>