Shades of Royal Blue #327BED
Tints of Royal Blue #327BED
RGB
CMYK
RGB Variations
Color information
#327BED (or 0x327BED) is known color: Royal Blue. HEX triplet: 32, 7B and ED. RGB value is (50,123,237). Sum of RGB (Red+Green+Blue) = 50+123+237=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #327BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327BED is #CD8412. Grayscale: #717171. Windows color (decimal): -13468691 or 15563570. OLE color: 15563570.
HSL color Cylindrical-coordinate representation of color #327BED: hue angle of 216.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327BED is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 123 | 237 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.07 |
| HSL | 216.58º | 0.84% | 0.56% | - |
| HSV(B) | 216.58º | 0.79% | 0.93% | - |
| XYZ | 23.68 | 20.96 | 82.92 | - |
| YUV | 114.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 237 | 0.79 | 0.48 | 0 | 0.07 | 216.58 | 0.84 | 0.56 |
| Hex | 32 | 7B | ED | 4F | 30 | 0 | 7 | D9 | 54 | 38 |
| Octal | 62 | 173 | 355 | 117 | 60 | 0 | 7 | 331 | 124 | 70 |
| Binary | 110010 | 1111011 | 11101101 | 1001111 | 110000 | 0 | 111 | 11011001 | 1010100 | 111000 |
Color Harmonies of #327BED
Complementary color
Monochromatic Colors of #327BED
Black with #327BED
Text Example
Text Example
White with #327BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BED; }
p { color: rgb(50,123,237); }
H1.HeaderClassName
{
color: #327BED;
}
.AnyTagClassName
{
color: #327BED;
}
</style>
background-color css
<style>
a { background-color: #327BED; }
a { background-color: rgb(50,123,237); }
div.DivClassName
{
background-color: #327BED;
}
.BgClassName
{
background-color: #327BED;
}
</style>
border-color css
<style>
span { border-color: #327BED; }
span { border-color: rgb(50,123,237); }
td.TdClassName
{
border-color: #327BED;
}
.TagClassName
{
border-color: #327BED;
}
</style>