Shades of Royal Blue #326FCA
Tints of Royal Blue #326FCA
RGB
CMYK
RGB Variations
Color information
#326FCA (or 0x326FCA) is known color: Royal Blue. HEX triplet: 32, 6F and CA. RGB value is (50,111,202). Sum of RGB (Red+Green+Blue) = 50+111+202=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #326FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FCA is #CD9035. Grayscale: #666666. Windows color (decimal): -13471798 or 13266738. OLE color: 13266738.
HSL color Cylindrical-coordinate representation of color #326FCA: hue angle of 215.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326FCA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 111 | 202 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.21 |
| HSL | 215.92º | 0.6% | 0.49% | - |
| HSV(B) | 215.92º | 0.75% | 0.79% | - |
| XYZ | 17.66 | 16.31 | 58.09 | - |
| YUV | 103.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 202 | 0.75 | 0.45 | 0 | 0.21 | 215.92 | 0.6 | 0.49 |
| Hex | 32 | 6F | CA | 4B | 2D | 0 | 15 | D8 | 3C | 31 |
| Octal | 62 | 157 | 312 | 113 | 55 | 0 | 25 | 330 | 74 | 61 |
| Binary | 110010 | 1101111 | 11001010 | 1001011 | 101101 | 0 | 10101 | 11011000 | 111100 | 110001 |
Color Harmonies of #326FCA
Complementary color
Monochromatic Colors of #326FCA
Black with #326FCA
Text Example
Text Example
White with #326FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FCA; }
p { color: rgb(50,111,202); }
H1.HeaderClassName
{
color: #326FCA;
}
.AnyTagClassName
{
color: #326FCA;
}
</style>
background-color css
<style>
a { background-color: #326FCA; }
a { background-color: rgb(50,111,202); }
div.DivClassName
{
background-color: #326FCA;
}
.BgClassName
{
background-color: #326FCA;
}
</style>
border-color css
<style>
span { border-color: #326FCA; }
span { border-color: rgb(50,111,202); }
td.TdClassName
{
border-color: #326FCA;
}
.TagClassName
{
border-color: #326FCA;
}
</style>