Shades of Royal Blue #326CCF
Tints of Royal Blue #326CCF
RGB
CMYK
RGB Variations
Color information
#326CCF (or 0x326CCF) is known color: Royal Blue. HEX triplet: 32, 6C and CF. RGB value is (50,108,207). Sum of RGB (Red+Green+Blue) = 50+108+207=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #326CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCF is #CD9330. Grayscale: #656565. Windows color (decimal): -13472561 or 13593650. OLE color: 13593650.
HSL color Cylindrical-coordinate representation of color #326CCF: hue angle of 217.83º 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 #326CCF is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 108 | 207 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.19 |
| HSL | 217.83º | 0.62% | 0.5% | - |
| HSV(B) | 217.83º | 0.76% | 0.81% | - |
| XYZ | 17.94 | 15.91 | 61.16 | - |
| YUV | 101.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 207 | 0.76 | 0.48 | 0 | 0.19 | 217.83 | 0.62 | 0.5 |
| Hex | 32 | 6C | CF | 4C | 30 | 0 | 13 | DA | 3E | 32 |
| Octal | 62 | 154 | 317 | 114 | 60 | 0 | 23 | 332 | 76 | 62 |
| Binary | 110010 | 1101100 | 11001111 | 1001100 | 110000 | 0 | 10011 | 11011010 | 111110 | 110010 |
Color Harmonies of #326CCF
Complementary color
Monochromatic Colors of #326CCF
Black with #326CCF
Text Example
Text Example
White with #326CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CCF; }
p { color: rgb(50,108,207); }
H1.HeaderClassName
{
color: #326CCF;
}
.AnyTagClassName
{
color: #326CCF;
}
</style>
background-color css
<style>
a { background-color: #326CCF; }
a { background-color: rgb(50,108,207); }
div.DivClassName
{
background-color: #326CCF;
}
.BgClassName
{
background-color: #326CCF;
}
</style>
border-color css
<style>
span { border-color: #326CCF; }
span { border-color: rgb(50,108,207); }
td.TdClassName
{
border-color: #326CCF;
}
.TagClassName
{
border-color: #326CCF;
}
</style>