Shades of Royal Blue #327BDF
Tints of Royal Blue #327BDF
RGB
CMYK
RGB Variations
Color information
#327BDF (or 0x327BDF) is known color: Royal Blue. HEX triplet: 32, 7B and DF. RGB value is (50,123,223). Sum of RGB (Red+Green+Blue) = 50+123+223=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #327BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BDF is #CD8420. Grayscale: #707070. Windows color (decimal): -13468705 or 14646066. OLE color: 14646066.
HSL color Cylindrical-coordinate representation of color #327BDF: hue angle of 214.68º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327BDF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 123 | 223 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.13 |
| HSL | 214.68º | 0.73% | 0.54% | - |
| HSV(B) | 214.68º | 0.78% | 0.87% | - |
| XYZ | 21.72 | 20.17 | 72.56 | - |
| YUV | 112.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 223 | 0.78 | 0.45 | 0 | 0.13 | 214.68 | 0.73 | 0.54 |
| Hex | 32 | 7B | DF | 4E | 2D | 0 | D | D7 | 49 | 36 |
| Octal | 62 | 173 | 337 | 116 | 55 | 0 | 15 | 327 | 111 | 66 |
| Binary | 110010 | 1111011 | 11011111 | 1001110 | 101101 | 0 | 1101 | 11010111 | 1001001 | 110110 |
Color Harmonies of #327BDF
Complementary color
Monochromatic Colors of #327BDF
Black with #327BDF
Text Example
Text Example
White with #327BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BDF; }
p { color: rgb(50,123,223); }
H1.HeaderClassName
{
color: #327BDF;
}
.AnyTagClassName
{
color: #327BDF;
}
</style>
background-color css
<style>
a { background-color: #327BDF; }
a { background-color: rgb(50,123,223); }
div.DivClassName
{
background-color: #327BDF;
}
.BgClassName
{
background-color: #327BDF;
}
</style>
border-color css
<style>
span { border-color: #327BDF; }
span { border-color: rgb(50,123,223); }
td.TdClassName
{
border-color: #327BDF;
}
.TagClassName
{
border-color: #327BDF;
}
</style>