Shades of Royal Blue #3262DA
Tints of Royal Blue #3262DA
RGB
CMYK
RGB Variations
Color information
#3262DA (or 0x3262DA) is known color: Royal Blue. HEX triplet: 32, 62 and DA. RGB value is (50,98,218). Sum of RGB (Red+Green+Blue) = 50+98+218=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #3262DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262DA is #CD9D25. Grayscale: #606060. Windows color (decimal): -13475110 or 14311986. OLE color: 14311986.
HSL color Cylindrical-coordinate representation of color #3262DA: hue angle of 222.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 #3262DA is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 98 | 218 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.15 |
| HSL | 222.86º | 0.69% | 0.53% | - |
| HSV(B) | 222.86º | 0.77% | 0.85% | - |
| XYZ | 18.34 | 14.48 | 68.16 | - |
| YUV | 97.33 | 196.1 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 218 | 0.77 | 0.55 | 0 | 0.15 | 222.86 | 0.69 | 0.53 |
| Hex | 32 | 62 | DA | 4D | 37 | 0 | F | DF | 45 | 35 |
| Octal | 62 | 142 | 332 | 115 | 67 | 0 | 17 | 337 | 105 | 65 |
| Binary | 110010 | 1100010 | 11011010 | 1001101 | 110111 | 0 | 1111 | 11011111 | 1000101 | 110101 |
Color Harmonies of #3262DA
Complementary color
Monochromatic Colors of #3262DA
Black with #3262DA
Text Example
Text Example
White with #3262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262DA; }
p { color: rgb(50,98,218); }
H1.HeaderClassName
{
color: #3262DA;
}
.AnyTagClassName
{
color: #3262DA;
}
</style>
background-color css
<style>
a { background-color: #3262DA; }
a { background-color: rgb(50,98,218); }
div.DivClassName
{
background-color: #3262DA;
}
.BgClassName
{
background-color: #3262DA;
}
</style>
border-color css
<style>
span { border-color: #3262DA; }
span { border-color: rgb(50,98,218); }
td.TdClassName
{
border-color: #3262DA;
}
.TagClassName
{
border-color: #3262DA;
}
</style>