Shades of Royal Blue #3270DA
Tints of Royal Blue #3270DA
RGB
CMYK
RGB Variations
Color information
#3270DA (or 0x3270DA) is known color: Royal Blue. HEX triplet: 32, 70 and DA. RGB value is (50,112,218). Sum of RGB (Red+Green+Blue) = 50+112+218=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #3270DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270DA is #CD8F25. Grayscale: #696969. Windows color (decimal): -13471526 or 14315570. OLE color: 14315570.
HSL color Cylindrical-coordinate representation of color #3270DA: hue angle of 217.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3270DA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 112 | 218 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.15 |
| HSL | 217.86º | 0.69% | 0.53% | - |
| HSV(B) | 217.86º | 0.77% | 0.85% | - |
| XYZ | 19.76 | 17.33 | 68.63 | - |
| YUV | 105.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 218 | 0.77 | 0.49 | 0 | 0.15 | 217.86 | 0.69 | 0.53 |
| Hex | 32 | 70 | DA | 4D | 31 | 0 | F | DA | 45 | 35 |
| Octal | 62 | 160 | 332 | 115 | 61 | 0 | 17 | 332 | 105 | 65 |
| Binary | 110010 | 1110000 | 11011010 | 1001101 | 110001 | 0 | 1111 | 11011010 | 1000101 | 110101 |
Color Harmonies of #3270DA
Complementary color
Monochromatic Colors of #3270DA
Black with #3270DA
Text Example
Text Example
White with #3270DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3270DA; }
p { color: rgb(50,112,218); }
H1.HeaderClassName
{
color: #3270DA;
}
.AnyTagClassName
{
color: #3270DA;
}
</style>
background-color css
<style>
a { background-color: #3270DA; }
a { background-color: rgb(50,112,218); }
div.DivClassName
{
background-color: #3270DA;
}
.BgClassName
{
background-color: #3270DA;
}
</style>
border-color css
<style>
span { border-color: #3270DA; }
span { border-color: rgb(50,112,218); }
td.TdClassName
{
border-color: #3270DA;
}
.TagClassName
{
border-color: #3270DA;
}
</style>