Shades of Royal Blue #3552DD
Tints of Royal Blue #3552DD
RGB
CMYK
RGB Variations
Color information
#3552DD (or 0x3552DD) is known color: Royal Blue. HEX triplet: 35, 52 and DD. RGB value is (53,82,221). Sum of RGB (Red+Green+Blue) = 53+82+221=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #3552DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3552DD is #CAAD22. Grayscale: #585858. Windows color (decimal): -13282595 or 14504501. OLE color: 14504501.
HSL color Cylindrical-coordinate representation of color #3552DD: hue angle of 229.64º 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 #3552DD is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 82 | 221 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.13 |
| HSL | 229.64º | 0.71% | 0.54% | - |
| HSV(B) | 229.64º | 0.76% | 0.87% | - |
| XYZ | 17.54 | 12.01 | 69.8 | - |
| YUV | 89.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 221 | 0.76 | 0.63 | 0 | 0.13 | 229.64 | 0.71 | 0.54 |
| Hex | 35 | 52 | DD | 4C | 3F | 0 | D | E6 | 47 | 36 |
| Octal | 65 | 122 | 335 | 114 | 77 | 0 | 15 | 346 | 107 | 66 |
| Binary | 110101 | 1010010 | 11011101 | 1001100 | 111111 | 0 | 1101 | 11100110 | 1000111 | 110110 |
Color Harmonies of #3552DD
Complementary color
Monochromatic Colors of #3552DD
Black with #3552DD
Text Example
Text Example
White with #3552DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3552DD; }
p { color: rgb(53,82,221); }
H1.HeaderClassName
{
color: #3552DD;
}
.AnyTagClassName
{
color: #3552DD;
}
</style>
background-color css
<style>
a { background-color: #3552DD; }
a { background-color: rgb(53,82,221); }
div.DivClassName
{
background-color: #3552DD;
}
.BgClassName
{
background-color: #3552DD;
}
</style>
border-color css
<style>
span { border-color: #3552DD; }
span { border-color: rgb(53,82,221); }
td.TdClassName
{
border-color: #3552DD;
}
.TagClassName
{
border-color: #3552DD;
}
</style>