Shades of Royal Blue #3269CB
Tints of Royal Blue #3269CB
RGB
CMYK
RGB Variations
Color information
#3269CB (or 0x3269CB) is known color: Royal Blue. HEX triplet: 32, 69 and CB. RGB value is (50,105,203). Sum of RGB (Red+Green+Blue) = 50+105+203=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3269CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269CB is #CD9634. Grayscale: #636363. Windows color (decimal): -13473333 or 13330738. OLE color: 13330738.
HSL color Cylindrical-coordinate representation of color #3269CB: hue angle of 218.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3269CB is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 105 | 203 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.20 |
| HSL | 218.43º | 0.6% | 0.5% | - |
| HSV(B) | 218.43º | 0.75% | 0.8% | - |
| XYZ | 17.15 | 15.09 | 58.51 | - |
| YUV | 99.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 203 | 0.75 | 0.48 | 0 | 0.20 | 218.43 | 0.6 | 0.5 |
| Hex | 32 | 69 | CB | 4B | 30 | 0 | 14 | DA | 3C | 32 |
| Octal | 62 | 151 | 313 | 113 | 60 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110010 | 1101001 | 11001011 | 1001011 | 110000 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #3269CB
Complementary color
Monochromatic Colors of #3269CB
Black with #3269CB
Text Example
Text Example
White with #3269CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269CB; }
p { color: rgb(50,105,203); }
H1.HeaderClassName
{
color: #3269CB;
}
.AnyTagClassName
{
color: #3269CB;
}
</style>
background-color css
<style>
a { background-color: #3269CB; }
a { background-color: rgb(50,105,203); }
div.DivClassName
{
background-color: #3269CB;
}
.BgClassName
{
background-color: #3269CB;
}
</style>
border-color css
<style>
span { border-color: #3269CB; }
span { border-color: rgb(50,105,203); }
td.TdClassName
{
border-color: #3269CB;
}
.TagClassName
{
border-color: #3269CB;
}
</style>