Shades of Royal Blue #355AF7
Tints of Royal Blue #355AF7
RGB
CMYK
RGB Variations
Color information
#355AF7 (or 0x355AF7) is known color: Royal Blue. HEX triplet: 35, 5A and F7. RGB value is (53,90,247). Sum of RGB (Red+Green+Blue) = 53+90+247=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #355AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AF7 is #CAA508. Grayscale: #606060. Windows color (decimal): -13280521 or 16210485. OLE color: 16210485.
HSL color Cylindrical-coordinate representation of color #355AF7: hue angle of 228.56º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355AF7 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 90 | 247 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.03 |
| HSL | 228.56º | 0.92% | 0.59% | - |
| HSV(B) | 228.56º | 0.79% | 0.97% | - |
| XYZ | 21.91 | 14.78 | 89.69 | - |
| YUV | 96.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 247 | 0.79 | 0.64 | 0 | 0.03 | 228.56 | 0.92 | 0.59 |
| Hex | 35 | 5A | F7 | 4F | 40 | 0 | 3 | E5 | 5C | 3B |
| Octal | 65 | 132 | 367 | 117 | 100 | 0 | 3 | 345 | 134 | 73 |
| Binary | 110101 | 1011010 | 11110111 | 1001111 | 1000000 | 0 | 11 | 11100101 | 1011100 | 111011 |
Color Harmonies of #355AF7
Complementary color
Monochromatic Colors of #355AF7
Black with #355AF7
Text Example
Text Example
White with #355AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AF7; }
p { color: rgb(53,90,247); }
H1.HeaderClassName
{
color: #355AF7;
}
.AnyTagClassName
{
color: #355AF7;
}
</style>
background-color css
<style>
a { background-color: #355AF7; }
a { background-color: rgb(53,90,247); }
div.DivClassName
{
background-color: #355AF7;
}
.BgClassName
{
background-color: #355AF7;
}
</style>
border-color css
<style>
span { border-color: #355AF7; }
span { border-color: rgb(53,90,247); }
td.TdClassName
{
border-color: #355AF7;
}
.TagClassName
{
border-color: #355AF7;
}
</style>