Shades of Royal Blue #3269CE
Tints of Royal Blue #3269CE
RGB
CMYK
RGB Variations
Color information
#3269CE (or 0x3269CE) is known color: Royal Blue. HEX triplet: 32, 69 and CE. RGB value is (50,105,206). Sum of RGB (Red+Green+Blue) = 50+105+206=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #3269CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269CE is #CD9631. Grayscale: #636363. Windows color (decimal): -13473330 or 13527346. OLE color: 13527346.
HSL color Cylindrical-coordinate representation of color #3269CE: hue angle of 218.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3269CE is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 105 | 206 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.19 |
| HSL | 218.85º | 0.61% | 0.5% | - |
| HSV(B) | 218.85º | 0.76% | 0.81% | - |
| XYZ | 17.51 | 15.24 | 60.41 | - |
| YUV | 100.07 | 187.78 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 206 | 0.76 | 0.49 | 0 | 0.19 | 218.85 | 0.61 | 0.5 |
| Hex | 32 | 69 | CE | 4C | 31 | 0 | 13 | DB | 3D | 32 |
| Octal | 62 | 151 | 316 | 114 | 61 | 0 | 23 | 333 | 75 | 62 |
| Binary | 110010 | 1101001 | 11001110 | 1001100 | 110001 | 0 | 10011 | 11011011 | 111101 | 110010 |
Color Harmonies of #3269CE
Complementary color
Monochromatic Colors of #3269CE
Black with #3269CE
Text Example
Text Example
White with #3269CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269CE; }
p { color: rgb(50,105,206); }
H1.HeaderClassName
{
color: #3269CE;
}
.AnyTagClassName
{
color: #3269CE;
}
</style>
background-color css
<style>
a { background-color: #3269CE; }
a { background-color: rgb(50,105,206); }
div.DivClassName
{
background-color: #3269CE;
}
.BgClassName
{
background-color: #3269CE;
}
</style>
border-color css
<style>
span { border-color: #3269CE; }
span { border-color: rgb(50,105,206); }
td.TdClassName
{
border-color: #3269CE;
}
.TagClassName
{
border-color: #3269CE;
}
</style>