Shades of Royal Blue #3262FE
Tints of Royal Blue #3262FE
RGB
CMYK
RGB Variations
Color information
#3262FE (or 0x3262FE) is known color: Royal Blue. HEX triplet: 32, 62 and FE. RGB value is (50,98,254). Sum of RGB (Red+Green+Blue) = 50+98+254=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #3262FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3262FE is #CD9D01. Grayscale: #646464. Windows color (decimal): -13475074 or 16671282. OLE color: 16671282.
HSL color Cylindrical-coordinate representation of color #3262FE: hue angle of 225.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3262FE is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 98 | 254 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.00 |
| HSL | 225.88º | 0.99% | 0.6% | - |
| HSV(B) | 225.88º | 0.8% | 1% | - |
| XYZ | 23.57 | 16.57 | 95.72 | - |
| YUV | 101.43 | 214.1 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 254 | 0.80 | 0.61 | 0 | 0.00 | 225.88 | 0.99 | 0.6 |
| Hex | 32 | 62 | FE | 50 | 3D | 0 | 0 | E2 | 63 | 3C |
| Octal | 62 | 142 | 376 | 120 | 75 | 0 | 0 | 342 | 143 | 74 |
| Binary | 110010 | 1100010 | 11111110 | 1010000 | 111101 | 0 | 0 | 11100010 | 1100011 | 111100 |
Color Harmonies of #3262FE
Complementary color
Monochromatic Colors of #3262FE
Black with #3262FE
Text Example
Text Example
White with #3262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262FE; }
p { color: rgb(50,98,254); }
H1.HeaderClassName
{
color: #3262FE;
}
.AnyTagClassName
{
color: #3262FE;
}
</style>
background-color css
<style>
a { background-color: #3262FE; }
a { background-color: rgb(50,98,254); }
div.DivClassName
{
background-color: #3262FE;
}
.BgClassName
{
background-color: #3262FE;
}
</style>
border-color css
<style>
span { border-color: #3262FE; }
span { border-color: rgb(50,98,254); }
td.TdClassName
{
border-color: #3262FE;
}
.TagClassName
{
border-color: #3262FE;
}
</style>