Shades of Royal Blue #3553EF
Tints of Royal Blue #3553EF
RGB
CMYK
RGB Variations
Color information
#3553EF (or 0x3553EF) is known color: Royal Blue. HEX triplet: 35, 53 and EF. RGB value is (53,83,239). Sum of RGB (Red+Green+Blue) = 53+83+239=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #3553EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3553EF is #CAAC10. Grayscale: #5B5B5B. Windows color (decimal): -13282321 or 15684405. OLE color: 15684405.
HSL color Cylindrical-coordinate representation of color #3553EF: hue angle of 230.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3553EF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 83 | 239 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.06 |
| HSL | 230.32º | 0.85% | 0.57% | - |
| HSV(B) | 230.32º | 0.78% | 0.94% | - |
| XYZ | 20.14 | 13.18 | 83.14 | - |
| YUV | 91.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 239 | 0.78 | 0.65 | 0 | 0.06 | 230.32 | 0.85 | 0.57 |
| Hex | 35 | 53 | EF | 4E | 41 | 0 | 6 | E6 | 55 | 39 |
| Octal | 65 | 123 | 357 | 116 | 101 | 0 | 6 | 346 | 125 | 71 |
| Binary | 110101 | 1010011 | 11101111 | 1001110 | 1000001 | 0 | 110 | 11100110 | 1010101 | 111001 |
Color Harmonies of #3553EF
Complementary color
Monochromatic Colors of #3553EF
Black with #3553EF
Text Example
Text Example
White with #3553EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553EF; }
p { color: rgb(53,83,239); }
H1.HeaderClassName
{
color: #3553EF;
}
.AnyTagClassName
{
color: #3553EF;
}
</style>
background-color css
<style>
a { background-color: #3553EF; }
a { background-color: rgb(53,83,239); }
div.DivClassName
{
background-color: #3553EF;
}
.BgClassName
{
background-color: #3553EF;
}
</style>
border-color css
<style>
span { border-color: #3553EF; }
span { border-color: rgb(53,83,239); }
td.TdClassName
{
border-color: #3553EF;
}
.TagClassName
{
border-color: #3553EF;
}
</style>