Shades of Royal Blue #327AF5
Tints of Royal Blue #327AF5
RGB
CMYK
RGB Variations
Color information
#327AF5 (or 0x327AF5) is known color: Royal Blue. HEX triplet: 32, 7A and F5. RGB value is (50,122,245). Sum of RGB (Red+Green+Blue) = 50+122+245=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #327AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AF5 is #CD850A. Grayscale: #717171. Windows color (decimal): -13468939 or 16087602. OLE color: 16087602.
HSL color Cylindrical-coordinate representation of color #327AF5: hue angle of 217.85º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327AF5 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 122 | 245 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.04 |
| HSL | 217.85º | 0.91% | 0.58% | - |
| HSV(B) | 217.85º | 0.8% | 0.96% | - |
| XYZ | 24.76 | 21.19 | 89.17 | - |
| YUV | 114.49 | 201.65 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 245 | 0.80 | 0.50 | 0 | 0.04 | 217.85 | 0.91 | 0.58 |
| Hex | 32 | 7A | F5 | 50 | 32 | 0 | 4 | DA | 5B | 3A |
| Octal | 62 | 172 | 365 | 120 | 62 | 0 | 4 | 332 | 133 | 72 |
| Binary | 110010 | 1111010 | 11110101 | 1010000 | 110010 | 0 | 100 | 11011010 | 1011011 | 111010 |
Color Harmonies of #327AF5
Complementary color
Monochromatic Colors of #327AF5
Black with #327AF5
Text Example
Text Example
White with #327AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AF5; }
p { color: rgb(50,122,245); }
H1.HeaderClassName
{
color: #327AF5;
}
.AnyTagClassName
{
color: #327AF5;
}
</style>
background-color css
<style>
a { background-color: #327AF5; }
a { background-color: rgb(50,122,245); }
div.DivClassName
{
background-color: #327AF5;
}
.BgClassName
{
background-color: #327AF5;
}
</style>
border-color css
<style>
span { border-color: #327AF5; }
span { border-color: rgb(50,122,245); }
td.TdClassName
{
border-color: #327AF5;
}
.TagClassName
{
border-color: #327AF5;
}
</style>