Shades of Royal Blue #3256DB
Tints of Royal Blue #3256DB
RGB
CMYK
RGB Variations
Color information
#3256DB (or 0x3256DB) is known color: Royal Blue. HEX triplet: 32, 56 and DB. RGB value is (50,86,219). Sum of RGB (Red+Green+Blue) = 50+86+219=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3256DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256DB is #CDA924. Grayscale: #595959. Windows color (decimal): -13478181 or 14374450. OLE color: 14374450.
HSL color Cylindrical-coordinate representation of color #3256DB: hue angle of 227.22º 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 #3256DB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 86 | 219 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.14 |
| HSL | 227.22º | 0.7% | 0.53% | - |
| HSV(B) | 227.22º | 0.77% | 0.86% | - |
| XYZ | 17.43 | 12.45 | 68.5 | - |
| YUV | 90.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 219 | 0.77 | 0.61 | 0 | 0.14 | 227.22 | 0.7 | 0.53 |
| Hex | 32 | 56 | DB | 4D | 3D | 0 | E | E3 | 46 | 35 |
| Octal | 62 | 126 | 333 | 115 | 75 | 0 | 16 | 343 | 106 | 65 |
| Binary | 110010 | 1010110 | 11011011 | 1001101 | 111101 | 0 | 1110 | 11100011 | 1000110 | 110101 |
Color Harmonies of #3256DB
Complementary color
Monochromatic Colors of #3256DB
Black with #3256DB
Text Example
Text Example
White with #3256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256DB; }
p { color: rgb(50,86,219); }
H1.HeaderClassName
{
color: #3256DB;
}
.AnyTagClassName
{
color: #3256DB;
}
</style>
background-color css
<style>
a { background-color: #3256DB; }
a { background-color: rgb(50,86,219); }
div.DivClassName
{
background-color: #3256DB;
}
.BgClassName
{
background-color: #3256DB;
}
</style>
border-color css
<style>
span { border-color: #3256DB; }
span { border-color: rgb(50,86,219); }
td.TdClassName
{
border-color: #3256DB;
}
.TagClassName
{
border-color: #3256DB;
}
</style>