Shades of Royal Blue #326ACF
Tints of Royal Blue #326ACF
RGB
CMYK
RGB Variations
Color information
#326ACF (or 0x326ACF) is known color: Royal Blue. HEX triplet: 32, 6A and CF. RGB value is (50,106,207). Sum of RGB (Red+Green+Blue) = 50+106+207=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #326ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ACF is #CD9530. Grayscale: #646464. Windows color (decimal): -13473073 or 13593138. OLE color: 13593138.
HSL color Cylindrical-coordinate representation of color #326ACF: hue angle of 218.6º 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 #326ACF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 106 | 207 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.19 |
| HSL | 218.6º | 0.62% | 0.5% | - |
| HSV(B) | 218.6º | 0.76% | 0.81% | - |
| XYZ | 17.73 | 15.49 | 61.09 | - |
| YUV | 100.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 207 | 0.76 | 0.49 | 0 | 0.19 | 218.6 | 0.62 | 0.5 |
| Hex | 32 | 6A | CF | 4C | 31 | 0 | 13 | DB | 3E | 32 |
| Octal | 62 | 152 | 317 | 114 | 61 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110010 | 1101010 | 11001111 | 1001100 | 110001 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #326ACF
Complementary color
Monochromatic Colors of #326ACF
Black with #326ACF
Text Example
Text Example
White with #326ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ACF; }
p { color: rgb(50,106,207); }
H1.HeaderClassName
{
color: #326ACF;
}
.AnyTagClassName
{
color: #326ACF;
}
</style>
background-color css
<style>
a { background-color: #326ACF; }
a { background-color: rgb(50,106,207); }
div.DivClassName
{
background-color: #326ACF;
}
.BgClassName
{
background-color: #326ACF;
}
</style>
border-color css
<style>
span { border-color: #326ACF; }
span { border-color: rgb(50,106,207); }
td.TdClassName
{
border-color: #326ACF;
}
.TagClassName
{
border-color: #326ACF;
}
</style>