Shades of Royal Blue #3269E1
Tints of Royal Blue #3269E1
RGB
CMYK
RGB Variations
Color information
#3269E1 (or 0x3269E1) is known color: Royal Blue. HEX triplet: 32, 69 and E1. RGB value is (50,105,225). Sum of RGB (Red+Green+Blue) = 50+105+225=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #3269E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269E1 is #CD961E. Grayscale: #656565. Windows color (decimal): -13473311 or 14772530. OLE color: 14772530.
HSL color Cylindrical-coordinate representation of color #3269E1: hue angle of 221.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3269E1 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 105 | 225 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.12 |
| HSL | 221.14º | 0.74% | 0.54% | - |
| HSV(B) | 221.14º | 0.78% | 0.88% | - |
| XYZ | 19.96 | 16.22 | 73.31 | - |
| YUV | 102.24 | 197.28 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 225 | 0.78 | 0.53 | 0 | 0.12 | 221.14 | 0.74 | 0.54 |
| Hex | 32 | 69 | E1 | 4E | 35 | 0 | C | DD | 4A | 36 |
| Octal | 62 | 151 | 341 | 116 | 65 | 0 | 14 | 335 | 112 | 66 |
| Binary | 110010 | 1101001 | 11100001 | 1001110 | 110101 | 0 | 1100 | 11011101 | 1001010 | 110110 |
Color Harmonies of #3269E1
Complementary color
Monochromatic Colors of #3269E1
Black with #3269E1
Text Example
Text Example
White with #3269E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269E1; }
p { color: rgb(50,105,225); }
H1.HeaderClassName
{
color: #3269E1;
}
.AnyTagClassName
{
color: #3269E1;
}
</style>
background-color css
<style>
a { background-color: #3269E1; }
a { background-color: rgb(50,105,225); }
div.DivClassName
{
background-color: #3269E1;
}
.BgClassName
{
background-color: #3269E1;
}
</style>
border-color css
<style>
span { border-color: #3269E1; }
span { border-color: rgb(50,105,225); }
td.TdClassName
{
border-color: #3269E1;
}
.TagClassName
{
border-color: #3269E1;
}
</style>