Shades of Royal Blue #326CCE
Tints of Royal Blue #326CCE
RGB
CMYK
RGB Variations
Color information
#326CCE (or 0x326CCE) is known color: Royal Blue. HEX triplet: 32, 6C and CE. RGB value is (50,108,206). Sum of RGB (Red+Green+Blue) = 50+108+206=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #326CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCE is #CD9331. Grayscale: #656565. Windows color (decimal): -13472562 or 13528114. OLE color: 13528114.
HSL color Cylindrical-coordinate representation of color #326CCE: hue angle of 217.69º degrees, saturation: 0.61, 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 #326CCE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 108 | 206 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.19 |
| HSL | 217.69º | 0.61% | 0.5% | - |
| HSV(B) | 217.69º | 0.76% | 0.81% | - |
| XYZ | 17.82 | 15.86 | 60.51 | - |
| YUV | 101.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 206 | 0.76 | 0.48 | 0 | 0.19 | 217.69 | 0.61 | 0.5 |
| Hex | 32 | 6C | CE | 4C | 30 | 0 | 13 | DA | 3D | 32 |
| Octal | 62 | 154 | 316 | 114 | 60 | 0 | 23 | 332 | 75 | 62 |
| Binary | 110010 | 1101100 | 11001110 | 1001100 | 110000 | 0 | 10011 | 11011010 | 111101 | 110010 |
Color Harmonies of #326CCE
Complementary color
Monochromatic Colors of #326CCE
Black with #326CCE
Text Example
Text Example
White with #326CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CCE; }
p { color: rgb(50,108,206); }
H1.HeaderClassName
{
color: #326CCE;
}
.AnyTagClassName
{
color: #326CCE;
}
</style>
background-color css
<style>
a { background-color: #326CCE; }
a { background-color: rgb(50,108,206); }
div.DivClassName
{
background-color: #326CCE;
}
.BgClassName
{
background-color: #326CCE;
}
</style>
border-color css
<style>
span { border-color: #326CCE; }
span { border-color: rgb(50,108,206); }
td.TdClassName
{
border-color: #326CCE;
}
.TagClassName
{
border-color: #326CCE;
}
</style>