Shades of Royal Blue #326FCF
Tints of Royal Blue #326FCF
RGB
CMYK
RGB Variations
Color information
#326FCF (or 0x326FCF) is known color: Royal Blue. HEX triplet: 32, 6F and CF. RGB value is (50,111,207). Sum of RGB (Red+Green+Blue) = 50+111+207=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #326FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FCF is #CD9030. Grayscale: #676767. Windows color (decimal): -13471793 or 13594418. OLE color: 13594418.
HSL color Cylindrical-coordinate representation of color #326FCF: hue angle of 216.69º 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 #326FCF is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 111 | 207 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.19 |
| HSL | 216.69º | 0.62% | 0.5% | - |
| HSV(B) | 216.69º | 0.76% | 0.81% | - |
| XYZ | 18.26 | 16.55 | 61.26 | - |
| YUV | 103.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 207 | 0.76 | 0.46 | 0 | 0.19 | 216.69 | 0.62 | 0.5 |
| Hex | 32 | 6F | CF | 4C | 2E | 0 | 13 | D9 | 3E | 32 |
| Octal | 62 | 157 | 317 | 114 | 56 | 0 | 23 | 331 | 76 | 62 |
| Binary | 110010 | 1101111 | 11001111 | 1001100 | 101110 | 0 | 10011 | 11011001 | 111110 | 110010 |
Color Harmonies of #326FCF
Complementary color
Monochromatic Colors of #326FCF
Black with #326FCF
Text Example
Text Example
White with #326FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FCF; }
p { color: rgb(50,111,207); }
H1.HeaderClassName
{
color: #326FCF;
}
.AnyTagClassName
{
color: #326FCF;
}
</style>
background-color css
<style>
a { background-color: #326FCF; }
a { background-color: rgb(50,111,207); }
div.DivClassName
{
background-color: #326FCF;
}
.BgClassName
{
background-color: #326FCF;
}
</style>
border-color css
<style>
span { border-color: #326FCF; }
span { border-color: rgb(50,111,207); }
td.TdClassName
{
border-color: #326FCF;
}
.TagClassName
{
border-color: #326FCF;
}
</style>