Shades of Royal Blue #3274D4
Tints of Royal Blue #3274D4
RGB
CMYK
RGB Variations
Color information
#3274D4 (or 0x3274D4) is known color: Royal Blue. HEX triplet: 32, 74 and D4. RGB value is (50,116,212). Sum of RGB (Red+Green+Blue) = 50+116+212=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #3274D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274D4 is #CD8B2B. Grayscale: #6A6A6A. Windows color (decimal): -13470508 or 13923378. OLE color: 13923378.
HSL color Cylindrical-coordinate representation of color #3274D4: hue angle of 215.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3274D4 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 116 | 212 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.17 |
| HSL | 215.56º | 0.65% | 0.51% | - |
| HSV(B) | 215.56º | 0.76% | 0.83% | - |
| XYZ | 19.44 | 17.92 | 64.72 | - |
| YUV | 107.21 | 187.13 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 212 | 0.76 | 0.45 | 0 | 0.17 | 215.56 | 0.65 | 0.51 |
| Hex | 32 | 74 | D4 | 4C | 2D | 0 | 11 | D8 | 41 | 33 |
| Octal | 62 | 164 | 324 | 114 | 55 | 0 | 21 | 330 | 101 | 63 |
| Binary | 110010 | 1110100 | 11010100 | 1001100 | 101101 | 0 | 10001 | 11011000 | 1000001 | 110011 |
Color Harmonies of #3274D4
Complementary color
Monochromatic Colors of #3274D4
Black with #3274D4
Text Example
Text Example
White with #3274D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274D4; }
p { color: rgb(50,116,212); }
H1.HeaderClassName
{
color: #3274D4;
}
.AnyTagClassName
{
color: #3274D4;
}
</style>
background-color css
<style>
a { background-color: #3274D4; }
a { background-color: rgb(50,116,212); }
div.DivClassName
{
background-color: #3274D4;
}
.BgClassName
{
background-color: #3274D4;
}
</style>
border-color css
<style>
span { border-color: #3274D4; }
span { border-color: rgb(50,116,212); }
td.TdClassName
{
border-color: #3274D4;
}
.TagClassName
{
border-color: #3274D4;
}
</style>