Shades of Royal Blue #3582DD
Tints of Royal Blue #3582DD
RGB
CMYK
RGB Variations
Color information
#3582DD (or 0x3582DD) is known color: Royal Blue. HEX triplet: 35, 82 and DD. RGB value is (53,130,221). Sum of RGB (Red+Green+Blue) = 53+130+221=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #3582DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582DD is #CA7D22. Grayscale: #747474. Windows color (decimal): -13270307 or 14516789. OLE color: 14516789.
HSL color Cylindrical-coordinate representation of color #3582DD: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3582DD is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 130 | 221 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.13 |
| HSL | 212.5º | 0.71% | 0.54% | - |
| HSV(B) | 212.5º | 0.76% | 0.87% | - |
| XYZ | 22.5 | 21.94 | 71.46 | - |
| YUV | 117.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 221 | 0.76 | 0.41 | 0 | 0.13 | 212.5 | 0.71 | 0.54 |
| Hex | 35 | 82 | DD | 4C | 29 | 0 | D | D4 | 47 | 36 |
| Octal | 65 | 202 | 335 | 114 | 51 | 0 | 15 | 324 | 107 | 66 |
| Binary | 110101 | 10000010 | 11011101 | 1001100 | 101001 | 0 | 1101 | 11010100 | 1000111 | 110110 |
Color Harmonies of #3582DD
Complementary color
Monochromatic Colors of #3582DD
Black with #3582DD
Text Example
Text Example
White with #3582DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582DD; }
p { color: rgb(53,130,221); }
H1.HeaderClassName
{
color: #3582DD;
}
.AnyTagClassName
{
color: #3582DD;
}
</style>
background-color css
<style>
a { background-color: #3582DD; }
a { background-color: rgb(53,130,221); }
div.DivClassName
{
background-color: #3582DD;
}
.BgClassName
{
background-color: #3582DD;
}
</style>
border-color css
<style>
span { border-color: #3582DD; }
span { border-color: rgb(53,130,221); }
td.TdClassName
{
border-color: #3582DD;
}
.TagClassName
{
border-color: #3582DD;
}
</style>