Shades of Royal Blue #3269CF
Tints of Royal Blue #3269CF
RGB
CMYK
RGB Variations
Color information
#3269CF (or 0x3269CF) is known color: Royal Blue. HEX triplet: 32, 69 and CF. RGB value is (50,105,207). Sum of RGB (Red+Green+Blue) = 50+105+207=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #3269CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269CF is #CD9630. Grayscale: #636363. Windows color (decimal): -13473329 or 13592882. OLE color: 13592882.
HSL color Cylindrical-coordinate representation of color #3269CF: hue angle of 218.98º degrees, saturation: 0.62, 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 #3269CF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 105 | 207 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.19 |
| HSL | 218.98º | 0.62% | 0.5% | - |
| HSV(B) | 218.98º | 0.76% | 0.81% | - |
| XYZ | 17.63 | 15.29 | 61.05 | - |
| YUV | 100.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 207 | 0.76 | 0.49 | 0 | 0.19 | 218.98 | 0.62 | 0.5 |
| Hex | 32 | 69 | CF | 4C | 31 | 0 | 13 | DB | 3E | 32 |
| Octal | 62 | 151 | 317 | 114 | 61 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110010 | 1101001 | 11001111 | 1001100 | 110001 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #3269CF
Complementary color
Monochromatic Colors of #3269CF
Black with #3269CF
Text Example
Text Example
White with #3269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269CF; }
p { color: rgb(50,105,207); }
H1.HeaderClassName
{
color: #3269CF;
}
.AnyTagClassName
{
color: #3269CF;
}
</style>
background-color css
<style>
a { background-color: #3269CF; }
a { background-color: rgb(50,105,207); }
div.DivClassName
{
background-color: #3269CF;
}
.BgClassName
{
background-color: #3269CF;
}
</style>
border-color css
<style>
span { border-color: #3269CF; }
span { border-color: rgb(50,105,207); }
td.TdClassName
{
border-color: #3269CF;
}
.TagClassName
{
border-color: #3269CF;
}
</style>