Shades of Royal Blue #326BCE
Tints of Royal Blue #326BCE
RGB
CMYK
RGB Variations
Color information
#326BCE (or 0x326BCE) is known color: Royal Blue. HEX triplet: 32, 6B and CE. RGB value is (50,107,206). Sum of RGB (Red+Green+Blue) = 50+107+206=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #326BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BCE is #CD9431. Grayscale: #646464. Windows color (decimal): -13472818 or 13527858. OLE color: 13527858.
HSL color Cylindrical-coordinate representation of color #326BCE: hue angle of 218.08º 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 #326BCE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 107 | 206 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.19 |
| HSL | 218.08º | 0.61% | 0.5% | - |
| HSV(B) | 218.08º | 0.76% | 0.81% | - |
| XYZ | 17.71 | 15.65 | 60.48 | - |
| YUV | 101.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 206 | 0.76 | 0.48 | 0 | 0.19 | 218.08 | 0.61 | 0.5 |
| Hex | 32 | 6B | CE | 4C | 30 | 0 | 13 | DA | 3D | 32 |
| Octal | 62 | 153 | 316 | 114 | 60 | 0 | 23 | 332 | 75 | 62 |
| Binary | 110010 | 1101011 | 11001110 | 1001100 | 110000 | 0 | 10011 | 11011010 | 111101 | 110010 |
Color Harmonies of #326BCE
Complementary color
Monochromatic Colors of #326BCE
Black with #326BCE
Text Example
Text Example
White with #326BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BCE; }
p { color: rgb(50,107,206); }
H1.HeaderClassName
{
color: #326BCE;
}
.AnyTagClassName
{
color: #326BCE;
}
</style>
background-color css
<style>
a { background-color: #326BCE; }
a { background-color: rgb(50,107,206); }
div.DivClassName
{
background-color: #326BCE;
}
.BgClassName
{
background-color: #326BCE;
}
</style>
border-color css
<style>
span { border-color: #326BCE; }
span { border-color: rgb(50,107,206); }
td.TdClassName
{
border-color: #326BCE;
}
.TagClassName
{
border-color: #326BCE;
}
</style>