Shades of Royal Blue #326ECB
Tints of Royal Blue #326ECB
RGB
CMYK
RGB Variations
Color information
#326ECB (or 0x326ECB) is known color: Royal Blue. HEX triplet: 32, 6E and CB. RGB value is (50,110,203). Sum of RGB (Red+Green+Blue) = 50+110+203=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #326ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ECB is #CD9134. Grayscale: #666666. Windows color (decimal): -13472053 or 13332018. OLE color: 13332018.
HSL color Cylindrical-coordinate representation of color #326ECB: hue angle of 216.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326ECB is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 110 | 203 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.20 |
| HSL | 216.47º | 0.6% | 0.5% | - |
| HSV(B) | 216.47º | 0.75% | 0.8% | - |
| XYZ | 17.67 | 16.14 | 58.68 | - |
| YUV | 102.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 203 | 0.75 | 0.46 | 0 | 0.20 | 216.47 | 0.6 | 0.5 |
| Hex | 32 | 6E | CB | 4B | 2E | 0 | 14 | D8 | 3C | 32 |
| Octal | 62 | 156 | 313 | 113 | 56 | 0 | 24 | 330 | 74 | 62 |
| Binary | 110010 | 1101110 | 11001011 | 1001011 | 101110 | 0 | 10100 | 11011000 | 111100 | 110010 |
Color Harmonies of #326ECB
Complementary color
Monochromatic Colors of #326ECB
Black with #326ECB
Text Example
Text Example
White with #326ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ECB; }
p { color: rgb(50,110,203); }
H1.HeaderClassName
{
color: #326ECB;
}
.AnyTagClassName
{
color: #326ECB;
}
</style>
background-color css
<style>
a { background-color: #326ECB; }
a { background-color: rgb(50,110,203); }
div.DivClassName
{
background-color: #326ECB;
}
.BgClassName
{
background-color: #326ECB;
}
</style>
border-color css
<style>
span { border-color: #326ECB; }
span { border-color: rgb(50,110,203); }
td.TdClassName
{
border-color: #326ECB;
}
.TagClassName
{
border-color: #326ECB;
}
</style>