Shades of Royal Blue #3283DA
Tints of Royal Blue #3283DA
RGB
CMYK
RGB Variations
Color information
#3283DA (or 0x3283DA) is known color: Royal Blue. HEX triplet: 32, 83 and DA. RGB value is (50,131,218). Sum of RGB (Red+Green+Blue) = 50+131+218=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #3283DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283DA is #CD7C25. Grayscale: #747474. Windows color (decimal): -13466662 or 14320434. OLE color: 14320434.
HSL color Cylindrical-coordinate representation of color #3283DA: hue angle of 211.07º 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 #3283DA is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 131 | 218 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.15 |
| HSL | 211.07º | 0.69% | 0.53% | - |
| HSV(B) | 211.07º | 0.77% | 0.85% | - |
| XYZ | 22.09 | 21.97 | 69.41 | - |
| YUV | 116.7 | 185.16 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 218 | 0.77 | 0.40 | 0 | 0.15 | 211.07 | 0.69 | 0.53 |
| Hex | 32 | 83 | DA | 4D | 28 | 0 | F | D3 | 45 | 35 |
| Octal | 62 | 203 | 332 | 115 | 50 | 0 | 17 | 323 | 105 | 65 |
| Binary | 110010 | 10000011 | 11011010 | 1001101 | 101000 | 0 | 1111 | 11010011 | 1000101 | 110101 |
Color Harmonies of #3283DA
Complementary color
Monochromatic Colors of #3283DA
Black with #3283DA
Text Example
Text Example
White with #3283DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283DA; }
p { color: rgb(50,131,218); }
H1.HeaderClassName
{
color: #3283DA;
}
.AnyTagClassName
{
color: #3283DA;
}
</style>
background-color css
<style>
a { background-color: #3283DA; }
a { background-color: rgb(50,131,218); }
div.DivClassName
{
background-color: #3283DA;
}
.BgClassName
{
background-color: #3283DA;
}
</style>
border-color css
<style>
span { border-color: #3283DA; }
span { border-color: rgb(50,131,218); }
td.TdClassName
{
border-color: #3283DA;
}
.TagClassName
{
border-color: #3283DA;
}
</style>