Shades of Royal Blue #3262D0
Tints of Royal Blue #3262D0
RGB
CMYK
RGB Variations
Color information
#3262D0 (or 0x3262D0) is known color: Royal Blue. HEX triplet: 32, 62 and D0. RGB value is (50,98,208). Sum of RGB (Red+Green+Blue) = 50+98+208=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #3262D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262D0 is #CD9D2F. Grayscale: #5F5F5F. Windows color (decimal): -13475120 or 13656626. OLE color: 13656626.
HSL color Cylindrical-coordinate representation of color #3262D0: hue angle of 221.77º degrees, saturation: 0.63, 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 #3262D0 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 98 | 208 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.18 |
| HSL | 221.77º | 0.63% | 0.51% | - |
| HSV(B) | 221.77º | 0.76% | 0.82% | - |
| XYZ | 17.07 | 13.97 | 61.47 | - |
| YUV | 96.19 | 191.1 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 208 | 0.76 | 0.53 | 0 | 0.18 | 221.77 | 0.63 | 0.51 |
| Hex | 32 | 62 | D0 | 4C | 35 | 0 | 12 | DE | 3F | 33 |
| Octal | 62 | 142 | 320 | 114 | 65 | 0 | 22 | 336 | 77 | 63 |
| Binary | 110010 | 1100010 | 11010000 | 1001100 | 110101 | 0 | 10010 | 11011110 | 111111 | 110011 |
Color Harmonies of #3262D0
Complementary color
Monochromatic Colors of #3262D0
Black with #3262D0
Text Example
Text Example
White with #3262D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262D0; }
p { color: rgb(50,98,208); }
H1.HeaderClassName
{
color: #3262D0;
}
.AnyTagClassName
{
color: #3262D0;
}
</style>
background-color css
<style>
a { background-color: #3262D0; }
a { background-color: rgb(50,98,208); }
div.DivClassName
{
background-color: #3262D0;
}
.BgClassName
{
background-color: #3262D0;
}
</style>
border-color css
<style>
span { border-color: #3262D0; }
span { border-color: rgb(50,98,208); }
td.TdClassName
{
border-color: #3262D0;
}
.TagClassName
{
border-color: #3262D0;
}
</style>