Shades of Royal Blue #3278D2
Tints of Royal Blue #3278D2
RGB
CMYK
RGB Variations
Color information
#3278D2 (or 0x3278D2) is known color: Royal Blue. HEX triplet: 32, 78 and D2. RGB value is (50,120,210). Sum of RGB (Red+Green+Blue) = 50+120+210=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #3278D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278D2 is #CD872D. Grayscale: #6C6C6C. Windows color (decimal): -13469486 or 13793330. OLE color: 13793330.
HSL color Cylindrical-coordinate representation of color #3278D2: hue angle of 213.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3278D2 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 120 | 210 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.18 |
| HSL | 213.75º | 0.64% | 0.51% | - |
| HSV(B) | 213.75º | 0.76% | 0.82% | - |
| XYZ | 19.66 | 18.76 | 63.56 | - |
| YUV | 109.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 210 | 0.76 | 0.43 | 0 | 0.18 | 213.75 | 0.64 | 0.51 |
| Hex | 32 | 78 | D2 | 4C | 2B | 0 | 12 | D6 | 40 | 33 |
| Octal | 62 | 170 | 322 | 114 | 53 | 0 | 22 | 326 | 100 | 63 |
| Binary | 110010 | 1111000 | 11010010 | 1001100 | 101011 | 0 | 10010 | 11010110 | 1000000 | 110011 |
Color Harmonies of #3278D2
Complementary color
Monochromatic Colors of #3278D2
Black with #3278D2
Text Example
Text Example
White with #3278D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278D2; }
p { color: rgb(50,120,210); }
H1.HeaderClassName
{
color: #3278D2;
}
.AnyTagClassName
{
color: #3278D2;
}
</style>
background-color css
<style>
a { background-color: #3278D2; }
a { background-color: rgb(50,120,210); }
div.DivClassName
{
background-color: #3278D2;
}
.BgClassName
{
background-color: #3278D2;
}
</style>
border-color css
<style>
span { border-color: #3278D2; }
span { border-color: rgb(50,120,210); }
td.TdClassName
{
border-color: #3278D2;
}
.TagClassName
{
border-color: #3278D2;
}
</style>