Shades of Royal Blue #3275DF
Tints of Royal Blue #3275DF
RGB
CMYK
RGB Variations
Color information
#3275DF (or 0x3275DF) is known color: Royal Blue. HEX triplet: 32, 75 and DF. RGB value is (50,117,223). Sum of RGB (Red+Green+Blue) = 50+117+223=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #3275DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275DF is #CD8A20. Grayscale: #6C6C6C. Windows color (decimal): -13470241 or 14644530. OLE color: 14644530.
HSL color Cylindrical-coordinate representation of color #3275DF: hue angle of 216.76º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3275DF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 117 | 223 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.13 |
| HSL | 216.76º | 0.73% | 0.54% | - |
| HSV(B) | 216.76º | 0.78% | 0.87% | - |
| XYZ | 21 | 18.73 | 72.32 | - |
| YUV | 109.05 | 192.3 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 223 | 0.78 | 0.48 | 0 | 0.13 | 216.76 | 0.73 | 0.54 |
| Hex | 32 | 75 | DF | 4E | 30 | 0 | D | D9 | 49 | 36 |
| Octal | 62 | 165 | 337 | 116 | 60 | 0 | 15 | 331 | 111 | 66 |
| Binary | 110010 | 1110101 | 11011111 | 1001110 | 110000 | 0 | 1101 | 11011001 | 1001001 | 110110 |
Color Harmonies of #3275DF
Complementary color
Monochromatic Colors of #3275DF
Black with #3275DF
Text Example
Text Example
White with #3275DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275DF; }
p { color: rgb(50,117,223); }
H1.HeaderClassName
{
color: #3275DF;
}
.AnyTagClassName
{
color: #3275DF;
}
</style>
background-color css
<style>
a { background-color: #3275DF; }
a { background-color: rgb(50,117,223); }
div.DivClassName
{
background-color: #3275DF;
}
.BgClassName
{
background-color: #3275DF;
}
</style>
border-color css
<style>
span { border-color: #3275DF; }
span { border-color: rgb(50,117,223); }
td.TdClassName
{
border-color: #3275DF;
}
.TagClassName
{
border-color: #3275DF;
}
</style>