Shades of Royal Blue #3555F1
Tints of Royal Blue #3555F1
RGB
CMYK
RGB Variations
Color information
#3555F1 (or 0x3555F1) is known color: Royal Blue. HEX triplet: 35, 55 and F1. RGB value is (53,85,241). Sum of RGB (Red+Green+Blue) = 53+85+241=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #3555F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3555F1 is #CAAA0E. Grayscale: #5C5C5C. Windows color (decimal): -13281807 or 15815989. OLE color: 15815989.
HSL color Cylindrical-coordinate representation of color #3555F1: hue angle of 229.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3555F1 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 85 | 241 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.05 |
| HSL | 229.79º | 0.87% | 0.58% | - |
| HSV(B) | 229.79º | 0.78% | 0.95% | - |
| XYZ | 20.59 | 13.6 | 84.76 | - |
| YUV | 93.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 241 | 0.78 | 0.65 | 0 | 0.05 | 229.79 | 0.87 | 0.58 |
| Hex | 35 | 55 | F1 | 4E | 41 | 0 | 5 | E6 | 57 | 3A |
| Octal | 65 | 125 | 361 | 116 | 101 | 0 | 5 | 346 | 127 | 72 |
| Binary | 110101 | 1010101 | 11110001 | 1001110 | 1000001 | 0 | 101 | 11100110 | 1010111 | 111010 |
Color Harmonies of #3555F1
Complementary color
Monochromatic Colors of #3555F1
Black with #3555F1
Text Example
Text Example
White with #3555F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555F1; }
p { color: rgb(53,85,241); }
H1.HeaderClassName
{
color: #3555F1;
}
.AnyTagClassName
{
color: #3555F1;
}
</style>
background-color css
<style>
a { background-color: #3555F1; }
a { background-color: rgb(53,85,241); }
div.DivClassName
{
background-color: #3555F1;
}
.BgClassName
{
background-color: #3555F1;
}
</style>
border-color css
<style>
span { border-color: #3555F1; }
span { border-color: rgb(53,85,241); }
td.TdClassName
{
border-color: #3555F1;
}
.TagClassName
{
border-color: #3555F1;
}
</style>