Shades of Royal Blue #3256DC
Tints of Royal Blue #3256DC
RGB
CMYK
RGB Variations
Color information
#3256DC (or 0x3256DC) is known color: Royal Blue. HEX triplet: 32, 56 and DC. RGB value is (50,86,220). Sum of RGB (Red+Green+Blue) = 50+86+220=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #3256DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256DC is #CDA923. Grayscale: #595959. Windows color (decimal): -13478180 or 14439986. OLE color: 14439986.
HSL color Cylindrical-coordinate representation of color #3256DC: hue angle of 227.29º 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 #3256DC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 86 | 220 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.14 |
| HSL | 227.29º | 0.71% | 0.53% | - |
| HSV(B) | 227.29º | 0.77% | 0.86% | - |
| XYZ | 17.56 | 12.5 | 69.2 | - |
| YUV | 90.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 220 | 0.77 | 0.61 | 0 | 0.14 | 227.29 | 0.71 | 0.53 |
| Hex | 32 | 56 | DC | 4D | 3D | 0 | E | E3 | 47 | 35 |
| Octal | 62 | 126 | 334 | 115 | 75 | 0 | 16 | 343 | 107 | 65 |
| Binary | 110010 | 1010110 | 11011100 | 1001101 | 111101 | 0 | 1110 | 11100011 | 1000111 | 110101 |
Color Harmonies of #3256DC
Complementary color
Monochromatic Colors of #3256DC
Black with #3256DC
Text Example
Text Example
White with #3256DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256DC; }
p { color: rgb(50,86,220); }
H1.HeaderClassName
{
color: #3256DC;
}
.AnyTagClassName
{
color: #3256DC;
}
</style>
background-color css
<style>
a { background-color: #3256DC; }
a { background-color: rgb(50,86,220); }
div.DivClassName
{
background-color: #3256DC;
}
.BgClassName
{
background-color: #3256DC;
}
</style>
border-color css
<style>
span { border-color: #3256DC; }
span { border-color: rgb(50,86,220); }
td.TdClassName
{
border-color: #3256DC;
}
.TagClassName
{
border-color: #3256DC;
}
</style>