Shades of Royal Blue #3269CC
Tints of Royal Blue #3269CC
RGB
CMYK
RGB Variations
Color information
#3269CC (or 0x3269CC) is known color: Royal Blue. HEX triplet: 32, 69 and CC. RGB value is (50,105,204). Sum of RGB (Red+Green+Blue) = 50+105+204=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #3269CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269CC is #CD9633. Grayscale: #636363. Windows color (decimal): -13473332 or 13396274. OLE color: 13396274.
HSL color Cylindrical-coordinate representation of color #3269CC: hue angle of 218.57º degrees, saturation: 0.61, 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 #3269CC is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 105 | 204 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.2 |
| HSL | 218.57º | 0.61% | 0.5% | - |
| HSV(B) | 218.57º | 0.75% | 0.8% | - |
| XYZ | 17.27 | 15.14 | 59.14 | - |
| YUV | 99.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 204 | 0.75 | 0.49 | 0 | 0.2 | 218.57 | 0.61 | 0.5 |
| Hex | 32 | 69 | CC | 4B | 31 | 0 | 14 | DB | 3D | 32 |
| Octal | 62 | 151 | 314 | 113 | 61 | 0 | 24 | 333 | 75 | 62 |
| Binary | 110010 | 1101001 | 11001100 | 1001011 | 110001 | 0 | 10100 | 11011011 | 111101 | 110010 |
Color Harmonies of #3269CC
Complementary color
Monochromatic Colors of #3269CC
Black with #3269CC
Text Example
Text Example
White with #3269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269CC; }
p { color: rgb(50,105,204); }
H1.HeaderClassName
{
color: #3269CC;
}
.AnyTagClassName
{
color: #3269CC;
}
</style>
background-color css
<style>
a { background-color: #3269CC; }
a { background-color: rgb(50,105,204); }
div.DivClassName
{
background-color: #3269CC;
}
.BgClassName
{
background-color: #3269CC;
}
</style>
border-color css
<style>
span { border-color: #3269CC; }
span { border-color: rgb(50,105,204); }
td.TdClassName
{
border-color: #3269CC;
}
.TagClassName
{
border-color: #3269CC;
}
</style>