Shades of Royal Blue #3274D6
Tints of Royal Blue #3274D6
RGB
CMYK
RGB Variations
Color information
#3274D6 (or 0x3274D6) is known color: Royal Blue. HEX triplet: 32, 74 and D6. RGB value is (50,116,214). Sum of RGB (Red+Green+Blue) = 50+116+214=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #3274D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274D6 is #CD8B29. Grayscale: #6A6A6A. Windows color (decimal): -13470506 or 14054450. OLE color: 14054450.
HSL color Cylindrical-coordinate representation of color #3274D6: hue angle of 215.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3274D6 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 116 | 214 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.16 |
| HSL | 215.85º | 0.67% | 0.52% | - |
| HSV(B) | 215.85º | 0.77% | 0.84% | - |
| XYZ | 19.7 | 18.02 | 66.06 | - |
| YUV | 107.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 214 | 0.77 | 0.46 | 0 | 0.16 | 215.85 | 0.67 | 0.52 |
| Hex | 32 | 74 | D6 | 4D | 2E | 0 | 10 | D8 | 43 | 34 |
| Octal | 62 | 164 | 326 | 115 | 56 | 0 | 20 | 330 | 103 | 64 |
| Binary | 110010 | 1110100 | 11010110 | 1001101 | 101110 | 0 | 10000 | 11011000 | 1000011 | 110100 |
Color Harmonies of #3274D6
Complementary color
Monochromatic Colors of #3274D6
Black with #3274D6
Text Example
Text Example
White with #3274D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274D6; }
p { color: rgb(50,116,214); }
H1.HeaderClassName
{
color: #3274D6;
}
.AnyTagClassName
{
color: #3274D6;
}
</style>
background-color css
<style>
a { background-color: #3274D6; }
a { background-color: rgb(50,116,214); }
div.DivClassName
{
background-color: #3274D6;
}
.BgClassName
{
background-color: #3274D6;
}
</style>
border-color css
<style>
span { border-color: #3274D6; }
span { border-color: rgb(50,116,214); }
td.TdClassName
{
border-color: #3274D6;
}
.TagClassName
{
border-color: #3274D6;
}
</style>