Shades of Royal Blue #3275FC
Tints of Royal Blue #3275FC
RGB
CMYK
RGB Variations
Color information
#3275FC (or 0x3275FC) is known color: Royal Blue. HEX triplet: 32, 75 and FC. RGB value is (50,117,252). Sum of RGB (Red+Green+Blue) = 50+117+252=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #3275FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3275FC is #CD8A03. Grayscale: #6F6F6F. Windows color (decimal): -13470212 or 16545074. OLE color: 16545074.
HSL color Cylindrical-coordinate representation of color #3275FC: hue angle of 220.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3275FC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 117 | 252 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.01 |
| HSL | 220.1º | 0.97% | 0.59% | - |
| HSV(B) | 220.1º | 0.8% | 0.99% | - |
| XYZ | 25.25 | 20.43 | 94.71 | - |
| YUV | 112.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 252 | 0.80 | 0.54 | 0 | 0.01 | 220.1 | 0.97 | 0.59 |
| Hex | 32 | 75 | FC | 50 | 36 | 0 | 1 | DC | 61 | 3B |
| Octal | 62 | 165 | 374 | 120 | 66 | 0 | 1 | 334 | 141 | 73 |
| Binary | 110010 | 1110101 | 11111100 | 1010000 | 110110 | 0 | 1 | 11011100 | 1100001 | 111011 |
Color Harmonies of #3275FC
Complementary color
Monochromatic Colors of #3275FC
Black with #3275FC
Text Example
Text Example
White with #3275FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275FC; }
p { color: rgb(50,117,252); }
H1.HeaderClassName
{
color: #3275FC;
}
.AnyTagClassName
{
color: #3275FC;
}
</style>
background-color css
<style>
a { background-color: #3275FC; }
a { background-color: rgb(50,117,252); }
div.DivClassName
{
background-color: #3275FC;
}
.BgClassName
{
background-color: #3275FC;
}
</style>
border-color css
<style>
span { border-color: #3275FC; }
span { border-color: rgb(50,117,252); }
td.TdClassName
{
border-color: #3275FC;
}
.TagClassName
{
border-color: #3275FC;
}
</style>