Shades of Royal Blue #3555E1
Tints of Royal Blue #3555E1
RGB
CMYK
RGB Variations
Color information
#3555E1 (or 0x3555E1) is known color: Royal Blue. HEX triplet: 35, 55 and E1. RGB value is (53,85,225). Sum of RGB (Red+Green+Blue) = 53+85+225=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 225 (88.28% from 255 or 61.98% from 363); Max value from RGB is 225 - color contains mainly: blue. Hex color #3555E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555E1 is #CAAA1E. Grayscale: #5A5A5A. Windows color (decimal): -13281823 or 14767413. OLE color: 14767413.
HSL color Cylindrical-coordinate representation of color #3555E1: hue angle of 228.84º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3555E1 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 85 | 225 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.12 |
| HSL | 228.84º | 0.74% | 0.55% | - |
| HSV(B) | 228.84º | 0.76% | 0.88% | - |
| XYZ | 18.31 | 12.69 | 72.72 | - |
| YUV | 91.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 225 | 0.76 | 0.62 | 0 | 0.12 | 228.84 | 0.74 | 0.55 |
| Hex | 35 | 55 | E1 | 4C | 3E | 0 | C | E5 | 4A | 37 |
| Octal | 65 | 125 | 341 | 114 | 76 | 0 | 14 | 345 | 112 | 67 |
| Binary | 110101 | 1010101 | 11100001 | 1001100 | 111110 | 0 | 1100 | 11100101 | 1001010 | 110111 |
Color Harmonies of #3555E1
Complementary color
Monochromatic Colors of #3555E1
Black with #3555E1
Text Example
Text Example
White with #3555E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555E1; }
p { color: rgb(53,85,225); }
H1.HeaderClassName
{
color: #3555E1;
}
.AnyTagClassName
{
color: #3555E1;
}
</style>
background-color css
<style>
a { background-color: #3555E1; }
a { background-color: rgb(53,85,225); }
div.DivClassName
{
background-color: #3555E1;
}
.BgClassName
{
background-color: #3555E1;
}
</style>
border-color css
<style>
span { border-color: #3555E1; }
span { border-color: rgb(53,85,225); }
td.TdClassName
{
border-color: #3555E1;
}
.TagClassName
{
border-color: #3555E1;
}
</style>